Skip to content

Commit 1c5b33f

Browse files
pschaefleinVesaJuvonen
authored andcommitted
Fixed typo (SharePoint#919)
1 parent 58e85e2 commit 1c5b33f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/toolchain/scaffolding-projects-using-yeoman-sharepoint-generator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The command will list all of the generators available in your machine. Select th
2828

2929
## Available command line options for the generator
3030

31-
You can use the command line options available with the yeoman SharePoint generator to scaffold projects in one command instead of going through the prompts. Execute the following command to see the list of command line options available for the SharePoint generator:
31+
You can use the command line options available with the yeoman SharePoint generator to scaffold projects in one command instead of going through the prompts. Execute the following command to see the list of command line options available for the SharePoint generator:
3232

3333
```
3434
yo @microsoft/generator-sharepoint --help
@@ -40,7 +40,7 @@ Option | Description
4040
-----|------
4141
--help|Print the generator's options and usage.
4242
--skip-cache|Do not remember prompt answers. Default: *false*.
43-
--skip-install|Do no automatically install dependencies. Default: *false*.
43+
--skip-install|Do not automatically install dependencies. Default: *false*.
4444
--componentType|The type of component. Currently "webpart" or "extension" is supported
4545
--componentDescription|Description of the component.
4646
--componentName|Name of the component.

0 commit comments

Comments
 (0)