You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/web-parts/get-started/provision-sp-assets-from-package.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ Things to note in the included xml structure:
183
183
* Custom content type deployed using **elements.xml** file is referenced in the **ContentTypeRef** element
184
184
* Custom fields called **SPFxAmount** and **SPFxCostCenter** are being referenced in the **FieldRef** element
185
185
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.
187
187
188
188
## Ensure that definitions are taken into use in build pipeline
189
189
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