Skip to content

Commit 5e05162

Browse files
committed
Fix typo
1 parent 83e7d41 commit 5e05162

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/toolchain/customize-heft-toolchain-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ npx @rushstack/heft --help
3535
> Similar to Gulp, Heft is installed locally within your project. However, [unlike Gulp that requires installing the Gulp CLI globally](https://www.voitanos.io/blog/mea-culpa-always-install-gulp-cli-globally-not-gulp/), you can install the same Heft npm package globally to simplify running Heft commands.
3636
>
3737
> ```console
38-
> npm install @rushstsack/heft --global
38+
> npm install @rushstack/heft --global
3939
> ```
4040
4141
> [!TIP]

0 commit comments

Comments
 (0)