pnp / sp-dev-site-scripts

Repository for sample SharePoint site designs and site scripts
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview
MIT License
160 stars 68 forks source link

Fixed missing quotes and typos #25

Closed techchmiel closed 5 years ago

techchmiel commented 5 years ago

Fixed a number of missing quotes and other small typos in the JSON samples.

Q A
Bug fix? yes
New sample? no
Related issues? fixes missing quotes in a number of scripts and other minor syntax issues

What's in this Pull Request?

This pull request includes a number of small fixes, including adding missing quotes (especially for "actions") and removes trailing semicolons at the end of JSON files. A number of tab and comma corrections are also included.

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.

VesaJuvonen commented 5 years ago

thx @techchmiel, appreciated.