Skip to content

Commit a01f98a

Browse files
committed
Merge branch 'live' of https://github.com/SharePoint/sp-dev-docs into live
2 parents 11da981 + fd0244a commit a01f98a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/spfx/web-parts/get-started/build-a-hello-world-web-part.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Because the SharePoint client-side solution is HTML/TypeScript based, you can us
8282
* [Atom](https://atom.io)
8383
* [Webstorm](https://www.jetbrains.com/webstorm)
8484

85-
SharePoint Framework documentation uses Visual Studio code in the steps and examples. Visual Studio Code is a lightweight but powerful source code editor from Microsoft that runs on your desktop and is available for Windows, Mac, and Linux. It comes with built-in support for JavaScript, TypeScript, and Node.js, and has a rich ecosystem of extensions for other languages (such as C++, C#, Python, PHP) and runtimes.
85+
SharePoint Framework documentation uses Visual Studio Code in the steps and examples. Visual Studio Code is a lightweight but powerful source code editor from Microsoft that runs on your desktop and is available for Windows, Mac, and Linux. It comes with built-in support for JavaScript, TypeScript, and Node.js, and has a rich ecosystem of extensions for other languages (such as C++, C#, Python, PHP) and runtimes.
8686

8787
## Preview the web part
8888

@@ -223,7 +223,7 @@ When the properties are defined, you can access them in your web part by using `
223223

224224
Notice that we are performing an HTML escape on the property's value to ensure a valid string. To learn more about how to work with the property pane and property pane field types, see [Make your SharePoint client-side web part configurable](../basics/integrate-with-property-pane.md).
225225
226-
Let's now add a few more properties to the property pane: a check box, a drop-down list, and a toggle. We first start by importing the respective property pane fields from the framework.
226+
Let's now add a few more properties to the property pane: a checkbox, a drop-down list, and a toggle. We first start by importing the respective property pane fields from the framework.
227227

228228
1. Scroll to the top of the file and add the following to the import section from `@microsoft/sp-property-pane`:
229229

docs/spfx/web-parts/overview-client-side-web-parts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can build client-side web parts using modern script development tools and th
1515

1616
In addition to plain JavaScript projects, you can build web parts 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.
1717

18-
For more information, see the Getting started, Basics, and Concepts sections (in the TOC).
18+
For more information, see the Getting Started, Basics, and Concepts sections (in the TOC).
1919

2020
## See also
2121

0 commit comments

Comments
 (0)