Skip to content

Commit 76546cf

Browse files
thechriskentVesaJuvonen
authored andcommitted
Minor grammatical updates (SharePoint#617)
1 parent 38bec70 commit 76546cf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/spfx/extensions/overview-extensions.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Overview of SharePoint Framework Extensions (preview)
22

3-
SharePoint Framework Extensions let developers extend the user experience of SharePoint, including ways to customize more facets of the SharePoint experience, including notification areas, the toolbars of SharePoint, and the views of list data. SharePoint Framework extensions are available for testing through Office 365 Developer Tenants during preview and later cross all of the tenants, when they will GA.
3+
SharePoint Framework Extensions let developers extend the user experience of SharePoint, providing ways to customize more facets of the SharePoint experience including notification areas, the toolbars of SharePoint, and the views of list data. SharePoint Framework extensions are available for testing through Office 365 Developer Tenants during preview and later across all tenants, when they reach GA.
44

5-
> You can get free Office 365 Developer Tenant by subscribing to [Office 365 Developer Program](http://dev.office.com/devprogram).
5+
> You can get a free Office 365 Developer Tenant by subscribing to the [Office 365 Developer Program](http://dev.office.com/devprogram).
66
7-
SharePoint Framework Extensions add new capabilities to extend the user experience of SharePoint within modern pages and document libraries, while leveraging the familiar tools and libraries for client-side development coming from the SharePoint Framework. Specifically, SharePoint Framework includes three new Extension types:
7+
SharePoint Framework Extensions add new capabilities to extend the user experience of SharePoint within modern pages and document libraries, while leveraging the familiar tools and libraries for client-side development coming from the SharePoint Framework. Specifically, the SharePoint Framework includes three new Extension types:
88

99
- **ApplicationCustomizers** allow developers to add script to the page, as well as access well-known HTML element placeholders and extend them with custom renderings
1010
- **FieldCustomizers** can be used to provide modified views to data for fields within a list
@@ -13,17 +13,17 @@ SharePoint Framework Extensions add new capabilities to extend the user experien
1313
In addition to plain JavaScript projects, you can build extensions alongside common scripting frameworks, such as AngularJS and React. For example, you can use React along with components from Office UI Fabric React to quickly create experiences based on the same components used in Office 365.
1414

1515
## Getting started
16-
If you have not yet installed SharePoint Framework, please have a look on following tutorial to ready for SharePoint Framework development.
16+
If you have not yet installed the SharePoint Framework, please have a look at the following tutorial to get ready for SharePoint Framework development:
1717

1818
* [Setup your development environment](../set-up-your-development-environment)
1919

20-
If you have already previously installed SharePoint Framework, please execute following command to update your Yeoman templates with the latest version.
20+
If you have already installed the SharePoint Framework, please execute the following command to update your Yeoman templates with the latest version:
2121

2222
```
2323
npm install -g @microsoft/generator-sharepoint
2424
```
2525

26-
Get started with the tutorials around SharePoint Framework Extension development
26+
Get started with the tutorials for SharePoint Framework Extension development:
2727

2828
* [Build your first SharePoint SharePoint Extension (Hello World part 1)](./get-started/build-a-hello-world-extension)
2929

@@ -34,8 +34,8 @@ To keep track of improvements to the SharePoint Framework, including extensions
3434
* [@SharePoint](https://twitter.com/sharepoint) and [@OfficeDev](https://twitter.com/officedev) on Twitter
3535
* [Office Developer Blog](http://dev.office.com/blogs)
3636

37-
## Provide us feedback during preview
38-
SharePoint Framework Extensions preview release is available to provide SharePoint engineering feedback around the planned capabilities and functionalities. Please use the following resources to start discussion with SharePoint engineering.
37+
## Provide feedback during preview
38+
SharePoint Framework Extensions preview release is available to provide SharePoint engineering feedback around the planned capabilities and functionalities. Please use the following resources to start discussions with SharePoint engineering:
3939

4040
- [sp-dev-docs repository issue list](https://github.com/SharePoint/sp-dev-docs/issues) - Questions, Issues and comments
4141
* [SharePoint StackExchange](http://sharepoint.stackexchange.com/) (please use [#spfx](http://sharepoint.stackexchange.com/tags/spfx/), [#spfx-extensions](http://sharepoint.stackexchange.com/tags/spfx-extensions/), and [#spfx-tooling](http://sharepoint.stackexchange.com/tags/spfx-tooling/) tags)

0 commit comments

Comments
 (0)