Skip to content

Commit 08cd836

Browse files
levalenciaVesaJuvonen
authored andcommitted
Update pnp-provisioning-engine-and-the-core-library.md (SharePoint#1894)
typo
1 parent 1e32c88 commit 08cd836

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/solution-guidance/pnp-provisioning-engine-and-the-core-library.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Comprised of extension methods on the SharePoint CSOM/REST object model, the Cor
1717

1818
The PnP provisioning engine is the structured implementation of classes in the Core library for performing and automating remote provisioning tasks. In the new Microsoft landscape that features the SharePoint Add-in model, provisioning solutions for SharePoint Online, SharePoint, and Office 365 now use the client-side object model (CSOM) and the provisioning framework to provision site artifacts.
1919

20-
The PnP provisioning engine allows you to model the design of site columns, content types, list definitions, composed looks, and pages. You can design those features and much more by pointing to existing site design features, by crafting the design my hand, or by using a mix of both approaches. You can then, optionally, persist the design as a provisioning template that you can save and reuse.
20+
The PnP provisioning engine allows you to model the design of site columns, content types, list definitions, composed looks, and pages. You can design those features and much more by pointing to existing site design features, by crafting the design by hand, or by using a mix of both approaches. You can then, optionally, persist the design as a provisioning template that you can save and reuse.
2121

2222
You can use one of two approaches for extracting your site design as a provisioning template. Use Windows PowerShell scripts (SharePointPnP.PowerShell), or use CSOM/REST code that implements extension methods provided by the Core library (OfficeDevPnP.Core).
2323

@@ -153,4 +153,4 @@ The Core library (OfficeDevPnP.Core) is a CSOM/REST object model that supports t
153153

154154
## See also
155155

156-
- [PnP remote provisioning](pnp-remote-provisioning.md)
156+
- [PnP remote provisioning](pnp-remote-provisioning.md)

0 commit comments

Comments
 (0)