Skip to content

Commit 5324ca9

Browse files
Merge pull request SharePoint#6061 from Harshagracy/patch-1
Updated the typo error
2 parents ea41099 + 4e4b7e6 commit 5324ca9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/spfx/release-1.11.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Framework v1.11 release notes
33
description: Release notes for the SharePoint Framework v1.11 release
4-
ms.date: 07/16/2020
4+
ms.date: 07/17/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -14,10 +14,10 @@ New in this release, support for additional attributes in the solution for enabl
1414
## Upgrading projects from v1.10 to v1.11
1515

1616
1. In the project's **package.json** file, identify all SPFx v1.10 packages. For each SPFx package:
17-
1. Uninstall the existing v1.11 package:
17+
1. Uninstall the existing v1.10 package:
1818

1919
```console
20-
npm uninstall @microsoft/{spfx-package-name}@1.11
20+
npm uninstall @microsoft/{spfx-package-name}@1.10
2121
```
2222

2323
1. Install the refreshed v1.11 package:
@@ -59,4 +59,4 @@ New in this release, support for additional attributes in the solution for enabl
5959

6060
## Known issues and limitations
6161

62-
There are no known issues as such with this release. If you find any issues around the provided version, report them to our centralized SharePoint dev issues list at https://aka.ms/spfx-issues.
62+
There are no known issues as such with this release.

0 commit comments

Comments
 (0)