Skip to content

Commit 88e579c

Browse files
committed
Fixing next installation guidance for 1.20 release notes
1 parent bfab0ee commit 88e579c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/release-1.20.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ In the project's **package.json** file, identify all SPFx v1.19 packages. For ea
3636
1. Install the new v1.20 preview package:
3737

3838
```console
39-
npm install @microsoft/{spfx-package-name}@1.20.0-beta.0 --save --save-exact
39+
npm install @microsoft/{spfx-package-name}@next --save --save-exact
4040
```
4141

4242
[!INCLUDE [spfx-release-upgrade-tip](../../includes/snippets/spfx-release-upgrade-tip.md)]

0 commit comments

Comments
 (0)