Skip to content

Commit f22162d

Browse files
thechriskentVesaJuvonen
authored andcommitted
Minor grammatical updates (SharePoint#1608)
1 parent 11b223e commit f22162d

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

docs/community/repositories.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,46 +7,46 @@ ms.prod: sharepoint
77

88
# SharePoint Developer Repositories
99

10-
There are numerous SharePoint Developer GitHub repositories, which all have different use cases. All of the SharePoint repositories are listed in below table.
10+
There are numerous SharePoint Developer GitHub repositories, which all have different use cases. All of the SharePoint repositories are listed in the table below.
1111

1212
> [!TIP]
13-
> We do welcome community contributions to all of the below GitHub repositories. All contributors will get acknowledged in our monthly communications. Join hundreds of others SharePoint community members and help us to build even stronger community together. *"Sharing is caring!"*
13+
> We welcome community contributions to all of the GitHub repositories below. All contributors are acknowledged in our monthly communications. Join hundreds of other SharePoint community members and help us build an even stronger community together. *"Sharing is caring!"*
1414
1515
> [!NOTE]
16-
> You can also use the [SharePoint Developer Sample Gallery](http://aka.ms/spdev-samples) in SharePoint Developer portal for finding the relevant sample for you.
16+
> You can also use the [SharePoint Developer Sample Gallery](http://aka.ms/spdev-samples) in the SharePoint Developer portal to find samples relevant to you.
1717
1818
| Repository | Description |
1919
|--------|--------|
20-
| [sp-dev-docs](https://github.com/SharePoint/sp-dev-docs) | Source for new SharePoint dev center documentation exposed from http://docs.microsoft.com/sharepoint/dev/ |
20+
| [sp-dev-docs](https://github.com/SharePoint/sp-dev-docs) | Source for new SharePoint dev center documentation exposed at http://docs.microsoft.com/sharepoint/dev/ |
2121
| [sp-dev-fx-webparts](https://github.com/SharePoint/sp-dev-fx-webparts) | Samples and tutorial code around SharePoint Framework client-side web parts |
22-
| [sp-dev-fx-extensions](https://github.com/SharePoint/sp-dev-fx-extensions) | Samples and tutorial code around SharePoint Framework Extensions |
23-
| [sp-dev-solutions](https://github.com/SharePoint/sp-dev-solutions) | Repository for more polished and fine-tuned reusable solutions build with SharePoint Framework |
24-
| [sp-dev-columnformatting](https://github.com/SharePoint/sp-dev-columnformatting) | Open source repository to share different kind of [column formatting](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/column-formatting) json files between community. |
25-
| [sp-dev-site-scripts](https://github.com/SharePoint/sp-dev-site-scripts) | Open source repository to share different kind of [Site Script and Site Design](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview) json files between community. |
26-
| [sp-dev-fx-controls-react](https://github.com/SharePoint/sp-dev-fx-controls-react) | Reusable content controls for SharePoint Framework solutions build with React |
27-
| [sp-dev-fx-property-controls](https://github.com/SharePoint/sp-dev-fx-property-controls) | Reusable property pane controls to be used in SharePoint Framework web parts |
28-
| [sp-dev-gdpr-activity-hub](https://github.com/SharePoint/sp-dev-gdpr-activity-hub) | Reference solution on the GDPR business case showing SPFx implementation with PowerBI and modern site |
29-
| [sp-dev-build-extensions](https://github.com/SharePoint/sp-dev-build-extensions) | Different build extensions like gulp tasks and gulp plugins from the community and engineering around SharePoint development |
30-
| [sp-dev-fx-vs-extension](https://github.com/SharePoint/sp-dev-fx-vs-extension) | Open source Visual Studio IDE extension for creating SharePoint Framework solutions in the Visual Studio 2015 or 2017 |
31-
| [sp-dev-samples](https://github.com/SharePoint/sp-dev-samples) | Samples for add-ins, webhooks, and other API |
22+
| [sp-dev-fx-extensions](https://github.com/SharePoint/sp-dev-fx-extensions) | Samples and tutorial code around SharePoint Framework extensions |
23+
| [sp-dev-solutions](https://github.com/SharePoint/sp-dev-solutions) | More polished and fine-tuned reusable solutions built with the SharePoint Framework |
24+
| [sp-dev-columnformatting](https://github.com/SharePoint/sp-dev-columnformatting) | Various [column formatting](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/column-formatting) json files shared among the community |
25+
| [sp-dev-site-scripts](https://github.com/SharePoint/sp-dev-site-scripts) | Various [Site Script and Site Design](https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/site-design-overview) json files shared among the community |
26+
| [sp-dev-fx-controls-react](https://github.com/SharePoint/sp-dev-fx-controls-react) | Reusable content controls for SharePoint Framework solutions built with React |
27+
| [sp-dev-fx-property-controls](https://github.com/SharePoint/sp-dev-fx-property-controls) | Reusable property pane controls for use in SharePoint Framework web parts |
28+
| [sp-dev-gdpr-activity-hub](https://github.com/SharePoint/sp-dev-gdpr-activity-hub) | A reference solution for the business case of GDPR demonstrating an SPFx implementation with PowerBI and modern sites |
29+
| [sp-dev-build-extensions](https://github.com/SharePoint/sp-dev-build-extensions) | Various build extensions (like gulp tasks and gulp plugins) from the community and engineering for use in SharePoint development |
30+
| [sp-dev-fx-vs-extension](https://github.com/SharePoint/sp-dev-fx-vs-extension) | Visual Studio IDE extension for creating SharePoint Framework solutions in Visual Studio 2015 or 2017 |
31+
| [sp-dev-samples](https://github.com/SharePoint/sp-dev-samples) | Samples for add-ins, webhooks, and other APIs |
3232

3333
<br />
3434
<hr />
3535
<br />
3636

3737
| Repository | Description |
3838
|--------|--------|
39-
| [pnp](https://github.com/SharePoint/pnp) | Main repository for SharePoint add-in, Microsoft Graph etc. samples |
39+
| [pnp](https://github.com/SharePoint/pnp) | Main repository for SharePoint add-ins, Microsoft Graph, etc. samples |
4040
| [pnp-sites-core](https://github.com/SharePoint/pnp-sites-core) | Office Dev PnP CSOM Core component - Extension component for native SharePoint Client-Side Object Model |
4141
| [pnp-powershell](https://github.com/SharePoint/pnp-powershell) | Source code for [SharePoint PnP PowerShell Cmdlets](https://docs.microsoft.com/en-us/powershell/sharepoint/sharepoint-pnp/sharepoint-pnp-cmdlets?view=sharepoint-ps) |
4242
| [pnp-provisioning-schema](https://github.com/SharePoint/PnP-Provisioning-Schema) | PnP Provisioning engine schema repository |
43-
| [pnp-tools](https://github.com/SharePoint/PnP-Tools) | Repository for tools and scripts targeted more for IT Pro's and for on-premises for SP2013 and SP2016 |
44-
| [pnp-partner-pack](https://github.com/SharePoint/PnP-Partner-Pack) | Packaged guidance with detailed instructions on setting things up in Office 365 and in Azure. |
43+
| [pnp-tools](https://github.com/SharePoint/PnP-Tools) | Repository for tools and scripts targeted primarily for IT Pros and for on-premises SP2013 and SP2016 |
44+
| [pnp-partner-pack](https://github.com/SharePoint/PnP-Partner-Pack) | Packaged guidance with detailed instructions on setting things up in Office 365 and Azure. |
4545
| [pnp-js-core](https://github.com/SharePoint/PnP-JS-Core) | Office Dev PnP Core component for JavaScript |
46-
| [pnp-transformation](https://github.com/SharePoint/PnP-Transformation) | Material specifically for the transformation process. Currently, includes samples around InfoPath replacement and transformation tooling from farm solutions to add-in model. |
47-
| [pnp-js-provisioning](https://github.com/SharePoint/pnp-js-provisioning) | what |
48-
| [pnp-provisioning-templates](https://github.com/SharePoint/PnP-Provisioning-Templates) | Source for templates available from PnP Template Gallery at http://templates-gallery.sharepointpnp.com |
49-
| [pnp-guidance](https://github.com/SharePoint/PnP-Guidance) | Old repository on Guidance, presentations, and articles which were partly synced to MSDN |
46+
| [pnp-transformation](https://github.com/SharePoint/PnP-Transformation) | Material specifically for the transformation process. Currently, includes samples around InfoPath replacement and transformation tooling from farm solutions to the add-in model |
47+
| [pnp-js-provisioning](https://github.com/SharePoint/pnp-js-provisioning) | Repository for planned JavaScript provisioning library |
48+
| [pnp-provisioning-templates](https://github.com/SharePoint/PnP-Provisioning-Templates) | Source for templates available from the PnP Template Gallery at http://templates-gallery.sharepointpnp.com |
49+
| [pnp-guidance](https://github.com/SharePoint/PnP-Guidance) | Old repository on Guidance, presentations, and articles which were partialy synced to MSDN |
5050
| [pnp-identitymodel](https://github.com/SharePoint/PnP-IdentityModel) | Open source replacement of Microsoft.IdentityModel.Extensions.dll |
5151

5252
<br />
@@ -55,7 +55,7 @@ There are numerous SharePoint Developer GitHub repositories, which all have diff
5555

5656
| Repository | Description |
5757
|--------|--------|
58-
| [pnpjs](https://github.com/pnp/pnpjs) | [PnPJs](https://pnp.github.io/pnpjs/) is a fluent JavaScript API for consuming SharePoint and Office 365 REST APIs in a type-safe way. This repository contains the library source code |
58+
| [pnpjs](https://github.com/pnp/pnpjs) | [PnPJS](https://pnp.github.io/pnpjs/) is a fluent JavaScript API for consuming SharePoint and Office 365 REST APIs in a type-safe way. This repository contains the library's source code |
5959

6060

6161
## See also

0 commit comments

Comments
 (0)