Skip to content

Commit 5fa5492

Browse files
authored
Grammer correction - SPFX setting up environment.
The word 'if' is changed to 'is' on the SPFX docs page for setting up your environment.
1 parent 9237b5b commit 5fa5492

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/set-up-your-development-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Set up your SharePoint Framework development environment
33
description: Use Visual Studio or your own custom development environment to build SharePoint Framework solutions. You can use a Mac, PC, or Linux.
4-
ms.date: 07/02/2020
4+
ms.date: 07/25/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
ms.custom: scenarios:getting-started
@@ -62,7 +62,7 @@ The SharePoint Framework development and build toolchain leverages various popul
6262
6363
### Install Gulp
6464
65-
[Gulp](https://gulpjs.com) if a JavaScript-based task runner used to automate repetitive tasks. The SharePoint Framework build toolchain uses Gulp tasks to build projects, create JavaScript bundles, and the resulting packages used to deploy solutions.
65+
[Gulp](https://gulpjs.com) is a JavaScript-based task runner used to automate repetitive tasks. The SharePoint Framework build toolchain uses Gulp tasks to build projects, create JavaScript bundles, and the resulting packages used to deploy solutions.
6666
6767
Enter the following command to install Gulp:
6868

0 commit comments

Comments
 (0)