Skip to content

Commit 14fe7be

Browse files
PopWarnerVesaJuvonen
authored andcommitted
Spelling corrections for Hello World part 3 (SharePoint#3715)
Just updated the code sample to reference "helloworld" instead of "helloword".
1 parent 398524a commit 14fe7be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spfx/web-parts/get-started/serve-your-web-part-in-a-sharepoint-page.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ You can also follow these steps by watching this video on the SharePoint PnP You
4242
{
4343
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
4444
"solution": {
45-
"name": "helloword-webpart-client-side-solution",
45+
"name": "helloworld-webpart-client-side-solution",
4646
"id": "3c1af394-bbf0-473c-bb7d-0798f0587cb7",
4747
"version": "1.0.0.0",
4848
"includeClientSideAssets": true
4949
},
5050
"paths": {
51-
"zippedPackage": "solution/helloword-webpart.sppkg"
51+
"zippedPackage": "solution/helloworld-webpart.sppkg"
5252
}
5353
}
5454
```
@@ -187,4 +187,4 @@ You should see the **HelloWorld** web part you built in the previous article tha
187187
You can continue building out your Hello World web part in the next topic [Hosting client-side web part from Office 365 CDN](./hosting-webpart-from-office-365-cdn.md), where you will learn how to deploy and load the web part assets from an Office 365 CDN instead of localhost, which means that you are preparing this solution for shipping or using it in production environment.
188188

189189
> [!NOTE]
190-
> If you find an issue in the documentation or in the SharePoint Framework, please report that to SharePoint engineering by using the [issue list at the sp-dev-docs repository](https://github.com/SharePoint/sp-dev-docs/issues) or by adding a comment to this article. Thanks for your input in advance.
190+
> If you find an issue in the documentation or in the SharePoint Framework, please report that to SharePoint engineering by using the [issue list at the sp-dev-docs repository](https://github.com/SharePoint/sp-dev-docs/issues) or by adding a comment to this article. Thanks for your input in advance.

0 commit comments

Comments
 (0)