Skip to content

Commit bb0f9a9

Browse files
committed
Tutorial adjustments
1 parent 5a07d5f commit bb0f9a9

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
2.76 KB
Loading

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,14 @@ You cannot use the local Workbench to test SharePoint Framework Extensions. You
128128
129129
3. Switch to your console, ensure that you are still in the **app-extension** directory, and then enter the following command:
130130
131-
> [!NOTE]
132-
> Developer certificate has to be installed **ONLY once in your development environment**, so you can skip this step, if you have already executed that in your environment.
131+
> [!NOTE]
132+
> Developer certificate has to be installed **ONLY once in your development environment**, so you can skip this step, if you have already executed that in your environment.
133133
134-
```
135-
gulp trust-dev-cert
136-
```
134+
```
135+
gulp trust-dev-cert
136+
```
137137
138-
3. Compile your code and host the compiled files from your local computer by running the following command:
138+
4. Compile your code and host the compiled files from your local computer by running the following command:
139139
140140
```
141141
gulp serve
@@ -149,7 +149,7 @@ You cannot use the local Workbench to test SharePoint Framework Extensions. You
149149
![Gulp serve](../../../images/ext-app-gulp-serve.png)
150150
151151
152-
4. Move to your browser and select **Load debug scripts** to continue loading scripts from your local host.
152+
5. Move to your browser and select **Load debug scripts** to continue loading scripts from your local host.
153153
154154
![Allow Debug Manifest question from the page](../../../images/ext-app-debug-manifest-message.png)
155155

0 commit comments

Comments
 (0)