Skip to content

Commit da6ba59

Browse files
Kem-ElVesaJuvonen
authored andcommitted
Performance section update misspelling (SharePoint#3850)
Updated "intializing" to "initializing".
1 parent 3437c1d commit da6ba59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/use-developer-dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The **Performance** tab in the developer dashboard displays timing information f
6161

6262
![The 'Performance' tab activated in the developer dashboard](../images/developer-dashboard-performance.png)
6363

64-
For each component, the developer dashboard shows how much time was spent on waiting on the response from the server, loading the module, intializing the component, retrieving the data and rendering the component. If the page loads slower after adding your component to the page, you can use this information to verify if any particular stage in the lifecycle of your component is slowing down the page.
64+
For each component, the developer dashboard shows how much time was spent on waiting on the response from the server, loading the module, initializing the component, retrieving the data and rendering the component. If the page loads slower after adding your component to the page, you can use this information to verify if any particular stage in the lifecycle of your component is slowing down the page.
6565

6666
### Manifests
6767

0 commit comments

Comments
 (0)