Skip to content

Commit c392e62

Browse files
StfBauerVesaJuvonen
authored andcommitted
Removed Typo (SharePoint#1714)
Changed FUsing to Using
1 parent 21e3ad7 commit c392e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/web-parts/get-started/provision-sp-assets-from-package.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ In the following steps, we define the needed structure to be provisioned.
160160
* Custom fields are being referenced in the introduced content type.
161161
* We use the **CustomSchema** attribute in the **ListInstance** element to define a provisioning time schema.xml file for the list. This way the list is still based on the out-of-the-box list template (normal custom list '100' in this case), but we can define an alternative provisioning definition during initial provisioning.
162162

163-
More details about the used schema structures can be found at [FUsing Features in SharePoint Foundation](https://msdn.microsoft.com/en-us/library/office/ms460318(v=office.14).aspx) on MSDN.
163+
More details about the used schema structures can be found at [Using Features in SharePoint Foundation](https://msdn.microsoft.com/en-us/library/office/ms460318(v=office.14).aspx) on MSDN.
164164

165165
### To add a schema.xml file for defining list structure
166166

0 commit comments

Comments
 (0)