Skip to content

Commit f7ebb25

Browse files
committed
Merge branch 'patch-1' of https://github.com/JakeStanger/sp-dev-fx-property-controls into JakeStanger-patch-1
2 parents 67fa1af + e99bb36 commit f7ebb25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/PropertyPanePropertyEditor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This control allows the user to edit the webpart properties in JSON. It can also
1717
2. Import the following modules to your component:
1818

1919
```TypeScript
20-
import { PropertyWebPartInformation } from '@pnp/spfx-property-controls/lib/PropertyPanePropertyEditor';
20+
import { PropertyPanePropertyEditor } from '@pnp/spfx-property-controls/lib/PropertyPanePropertyEditor';
2121
```
2222

2323
3. Create a new property for your web part, for example:

0 commit comments

Comments
 (0)