Skip to content

Commit 16d6eec

Browse files
lijunleVesaJuvonen
authored andcommitted
Correct the package content folder path. (SharePoint#3209)
1 parent 4f85610 commit 16d6eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ You can also follow these steps by watching this video on the SharePoint PnP You
6969

7070
The package uses SharePoint Feature to package your web part. By default, the gulp task creates a feature for your web part.
7171

72-
You can view the raw package contents in the **sharepoint/debug** folder.
72+
You can view the raw package contents in the **sharepoint/solution/debug** folder.
7373

7474
The contents are then packaged into an **.sppkg** file. The package format is very similar to a SharePoint add-ins package and uses Microsoft Open Packaging Conventions to package your solution.
7575

@@ -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)