Skip to content

Commit d98c509

Browse files
Clarify SPFx v1.15 release notes (SharePoint#7793)
* Correct version number in upgrade steps * Correct Graph SDK statement - notes indicate graph API version... should likely be JS SDK, not API
1 parent 44f0ae0 commit d98c509

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/spfx/release-1.15.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ npm install @microsoft/generator-sharepoint@next --global
3232
npm uninstall @microsoft/[email protected]
3333
```
3434

35-
2. Install the new v1.14 preview package:
35+
2. Install the new v1.15 preview package:
3636

3737
```console
3838
npm install @microsoft/generator-sharepoint@next --save --save-exact
@@ -42,12 +42,12 @@ npm install @microsoft/generator-sharepoint@next --global
4242

4343
## New features and capabilities
4444

45-
### Microsoft Graph V3 Support
45+
### Microsoft Graph JavaScript SDK v3 Support
4646

47-
`MSGraphClientFactory` allows a developer to select the version of the Microsoft Graph API to use.
47+
The **MSGraphClientFactory** allows a developer to select the version of the Microsoft Graph JavaScript SDK to use.
4848

4949
> [!NOTE]
50-
> Default behavior is to use v1 of the Microsoft Graph API for backward compatibility.
50+
> Default behavior is to use v1 of the Microsoft Graph JavaScript SDK for backward compatibility.
5151

5252
```typescript
5353
this.context.msGraphClientFactory.getClient('3');

0 commit comments

Comments
 (0)