Skip to content

Commit 942ddb7

Browse files
LauragraVesaJuvonen
authored andcommitted
Edit pass. (SharePoint#850)
* Added sentence to intro. * Edits in progress. * Minor fix. * Finished edit pass. * Fixed formatting. * Formatting fixes.
1 parent 4618a96 commit 942ddb7

File tree

2 files changed

+197
-191
lines changed

2 files changed

+197
-191
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
SharePoint Framework (SPFx) Extensions are client-side components that run inside the context of a SharePoint page. You can deploy extensions to SharePoint Online, and you can use modern JavaScript tools and libraries to build them.
66

7-
You can follow the steps in this article by watching the video on the [SharePoint PnP YouTube Channel](https://www.youtube.com/watch?v=0BeS0HukW24&list=PLR9nK3mnD-OXtWO5AIIr7nCR3sWutACpV).
7+
This article describes how to create your first Hello World SharePoint Framework Extension. You can also follow these steps by watching the video on the [SharePoint PnP YouTube Channel](https://www.youtube.com/watch?v=0BeS0HukW24&list=PLR9nK3mnD-OXtWO5AIIr7nCR3sWutACpV).
88

99
<a href="https://www.youtube.com/watch?v=0BeS0HukW24&list=PLR9nK3mnD-OXtWO5AIIr7nCR3sWutACpV">
1010
<img src="../../../../images/spfx-ext-youtube-tutorial1.png" alt="Screenshot of the YouTube video player for this tutorial" />
@@ -137,9 +137,9 @@ The full URL should look similar to the following:
137137
contoso.sharepoint.com/Lists/Contoso/AllItems.aspx?loadSPFX=true&debugManifestsFile=https://localhost:4321/temp/manifests.js&customActions={"e5625e23-5c5a-4007-a335-e6c2c3afa485":{"___location":"ClientSideExtension.ApplicationCustomizer","properties":{"testMessage":"Hello as property!"}}}
138138
```
139139
140-
![Allow Debug Manifest question from the page](../../../../images/ext-app-debug-manifest-message.png)
140+
Choose **Load debug scripts** to continue loading scripts from your local host.
141141
142-
Choose "**Load debug scripts**" to continue loading scripts from your local host.
142+
![Allow Debug Manifest question from the page](../../../../images/ext-app-debug-manifest-message.png)
143143
144144
You should now see the alert message on your page.
145145

0 commit comments

Comments
 (0)