Skip to content

Commit 7f43944

Browse files
authored
Update build-a-hello-world-extension.md
1 parent 83d3969 commit 7f43944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Open the **./src/extensions/helloWorld/HelloWorldApplicationCustomizer.ts** file
7474

7575
Notice that base class for the Application Customizer is imported from the **\@microsoft/sp-application-base** package, which contains SharePoint framework code required by the Application Customizer.
7676

77-
![Application Customizer imports and inheritance](../../../images/ext-app-base.png)
77+
![Application Customizer imports and inheritance](../../../images/ext-app-vscode-app-base.png)
7878

7979
The logic for your Application Customizer is contained in the `onInit()` method, which is called when the client-side extension is first activated on the page. This event occurs after `this.context` and `this.properties` are assigned. As with web parts, `onInit()` returns a promise that you can use to do asynchronous operations.
8080

0 commit comments

Comments
 (0)