Skip to content

Commit 392d0cf

Browse files
Merge pull request SharePoint#7839 from vijayysisodia/patch-9
Fixed typo from "HellowWorld" to "HelloWorld"
2 parents 3a5eb63 + e30f03a commit 392d0cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Make your SharePoint client-side web part configurable
33
description: Configure custom properties in your web part by using the property pane.
4-
ms.date: 06/22/2020
4+
ms.date: 04/06/2022
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
---
@@ -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)