From b1dd48336e4432c1ed4838451feb9896ad058c62 Mon Sep 17 00:00:00 2001 From: Russell Gove Date: Tue, 13 Feb 2024 15:07:04 -0500 Subject: [PATCH] fix typo --- docs/documentation/docs/controls/PropertyFIeldFolderPicker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/docs/controls/PropertyFIeldFolderPicker.md b/docs/documentation/docs/controls/PropertyFIeldFolderPicker.md index e3c1bfb8..6f9e59ad 100644 --- a/docs/documentation/docs/controls/PropertyFIeldFolderPicker.md +++ b/docs/documentation/docs/controls/PropertyFIeldFolderPicker.md @@ -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`