You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -255,7 +255,7 @@ The SharePoint Framework uses [Sass](http://sass-lang.com/) as the CSS pre-proce
255
255
256
256
Open the **HelloWorldWebPart** class.
257
257
258
-
SharePoint Workbench gives you the flexibility to test web parts in your local environment and from a SharePoint site. SharePoint Framework aids this capability by helping you understand which environment your web part is running from by using the **EnvironmentType** module.
258
+
SharePoint Workbench gives you the flexibility to test web parts in your local environment and from a SharePoint site. SharePoint Framework aids this capability by helping you understand which environment your web part is running from by using the **EnvironmentType** module.
259
259
260
260
### To use the EnvironmentType module
261
261
@@ -300,7 +300,7 @@ SharePoint Workbench gives you the flexibility to test web parts in your local e
@@ -364,7 +364,7 @@ SharePoint Workbench gives you the flexibility to test web parts in your local e
364
364
365
365
## Next steps
366
366
367
-
Congratulations on connecting your web part to SharePoint list data!
367
+
Congratulations on connecting your web part to SharePoint list data!
368
368
369
369
You can continue building out your Hello World web part in the next topic [Deploy your web part to a SharePoint page](./serve-your-web-part-in-a-sharepoint-page.md). You will learn how to deploy and preview the Hello World web part in a SharePoint page.
Copy file name to clipboardExpand all lines: docs/spfx/web-parts/guidance/simplify-adding-web-parts-with-preconfigured-entries.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,7 +299,7 @@ In the web part manifest, add web part properties so that users can configure th
299
299
300
300
For users to be able to use the newly defined properties to configure the web part, the properties must be displayed in the web part property pane.
301
301
302
-
1. In the code editor, open the **./src/webparts/gallery/GalleryWebPart.ts** file. In the top section of the file, change the **@microsoft/sp-webpart-base** import statement to:
302
+
1. In the code editor, open the **./src/webparts/gallery/GalleryWebPart.ts** file. In the top section of the file, change the **\@microsoft/sp-webpart-base** import statement to:
0 commit comments