Skip to content

Commit dccd0e9

Browse files
authored
Update build-a-hello-world-extension.md
1 parent 0e7c1b6 commit dccd0e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/extensions/get-started/build-a-hello-world-extension.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ You cannot use the local Workbench to test SharePoint Framework Extensions. You
117117
118118
Notice that this file has been updated with the default settings matching your project. You can notice that there's a specific GUID mentioned under the customActions element. This is automatically updated to match your component when project was scaffold. If you will add new components or change the properties for the component, you will need to update this file for testing.
119119
120-
2. Update pageURL to match your own tenant, which you want to use for testing. You can use any URL with modern experience. *This could be for example a welcome page of a new group associated team site, which would mean somewhat following URL:*
120+
2. Update pageURL to match your own tenant, which you want to use for testing. You can use any URL with modern experience. *This could be for example a welcome page of a new group associated team site, which would mean something like the following URL:*
121121
122122
`https://sppnp.sharepoint.com/sites/yoursite/SitePages/Home.aspx`
123123
124-
Your **serve.json** file should look somewhat following (updated with your tenant details):
124+
Your **serve.json** file should look similar to the following (updated with your tenant details):
125125
126126
![Updated server json file](../../../images/ext-app-vscode-updated-serve-json.png)
127127

0 commit comments

Comments
 (0)