Skip to content

Commit 64c29b1

Browse files
committed
termsetNameOrID typo
1 parent 7e050dc commit 64c29b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/docs/controls/TaxonomyPicker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import { TaxonomyPicker, IPickerTerms } from "@pnp/spfx-controls-react/lib/Taxon
3636
```TypeScript
3737
<TaxonomyPicker
3838
allowMultipleSelections={true}
39-
TermSetNameOrID="Countries"
39+
termsetNameOrID="Countries"
4040
panelTitle="Select Term"
4141
label="Taxonomy Picker"
4242
context={this.props.context}
@@ -65,7 +65,7 @@ The TaxonomyPicker control can be configured with the following properties:
6565
| context | WebPartContext | yes | Context of the current web part. |
6666
| initialValues | IPickerTerms | no | Defines the selected by default term sets. |
6767
| allowMultipleSelections | boolean | no | Defines if the user can select only one or many term sets. Default value is false. |
68-
| TermSetNameOrID | string | yes | The name or Id of your TermSet that you would like the Taxonomy Picker to chose terms from. |
68+
| termsetNameOrID | string | yes | The name or Id of your TermSet that you would like the Taxonomy Picker to chose terms from. |
6969
| onChange | function | no | captures the event of when the terms in the picker has changed. |
7070
| isTermSetSelectable | boolean | no | Specify if the TermSet itself is selectable in the tree view. |
7171
| anchorId | string | no | Set the anchorid to a child term in the TermSet to be able to select terms from that level and below. |

0 commit comments

Comments
 (0)