Skip to content

Commit 0df8383

Browse files
DilliVesaJuvonen
authored andcommitted
Fixed Typo (SharePoint#801)
1 parent 2b9bbb4 commit 0df8383

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
@@ -183,7 +183,7 @@ Things to note in the included xml structure:
183183
* Custom content type deployed using **elements.xml** file is referenced in the **ContentTypeRef** element
184184
* Custom fields called **SPFxAmount** and **SPFxCostCenter** are being referenced in the **FieldRef** element
185185

186-
> More details on the used schema structures can be found from [Uderstanding Schema.xml Files](https://msdn.microsoft.com/en-us/library/office/ms459356(v=office.14).aspx) article at MSDN.
186+
> More details on the used schema structures can be found from [Understanding Schema.xml Files](https://msdn.microsoft.com/en-us/library/office/ms459356(v=office.14).aspx) article at MSDN.
187187
188188
## Ensure that definitions are taken into use in build pipeline
189189
Now we have created the needed structures for provisioning SharePoint assets automatically from the solution when it's deployed. Next step is to ensure that we package these xml files as part of the solution file.

0 commit comments

Comments
 (0)