Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
russgove committed Feb 13, 2024
1 parent f2c4982 commit b1dd483
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ The `PropertyFieldFolderPicker` control can be configured with the following pro
| disabled | boolean | no | Is the control disabled. |
| canCreateFolders | boolean | no | Allow current user to create folders on the target location. If enabled, you need to ensure that the user has the required permissions. |
| onSelect | (folder: IFolder): void | no | Callback function called after a folder is selected. |
| siteAbsoluteUrl | string | no | The absolute url of the site you want to pick a folder from (if differenct than the site te wbpart ins installed on) |
| siteAbsoluteUrl | string | no | The absolute url of the site you want to pick a folder from (if different than the site the webpart is installed on) |

interface `IFolder`

Expand Down

0 comments on commit b1dd483

Please sign in to comment.