Skip to content

Commit 10c1ca5

Browse files
authored
Corrected case mistakes
Changed letter 'c' to capital in Visual Studio Code. Updated check box to checkbox (no space)
1 parent cd8d37d commit 10c1ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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

0 commit comments

Comments
 (0)