Skip to content

Commit 4f916e7

Browse files
Fixed typo from "HellowWorld" to "HelloWorld"
## Category - [x] Content fix - [ ] New article ## What's in this Pull Request? a) Fixed typo from "HellowWorld" to "HelloWorld"
1 parent 3b031f6 commit 4f916e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/basics/integrate-with-property-pane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ This is then available in your web part by using `this.properties.targetProperty
106106
<p class="ms-font-l ms-fontColor-white">${escape(this.properties.targetProperty)}</p>
107107
```
108108

109-
When the properties are defined, you can access them in your web part by using the `this.properties.[property-name]`. For more information, see [Build a HellowWorld web part: Web part render() method](../get-started/build-a-hello-world-web-part.md#web-part-render-method).
109+
When the properties are defined, you can access them in your web part by using the `this.properties.[property-name]`. For more information, see [Build a HelloWorld web part: Web part render() method](../get-started/build-a-hello-world-web-part.md#web-part-render-method).
110110

111111
## Handle field changes
112112

0 commit comments

Comments
 (0)