Skip to content

Commit 0e3d976

Browse files
Merge pull request SharePoint#9272 from Tanddant/patch-1
Fixed typo in code sample
2 parents dbdbb0f + a055c71 commit 0e3d976

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/spfx/release-1.18.1.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: SharePoint Framework v1.18.1 preview release notes
33
description: Release notes for the SharePoint Framework v1.18.1 preview release
4-
ms.date: 10/10/2023
4+
ms.date: 10/18/2023
55
ms.localizationpriority: high
66
---
77
# SharePoint Framework v1.18.1 preview release notes
88

9-
This is a _minor release_ that introduces new properly targeting Adaptive Card Extensions for better mobile experience.
9+
This is a _minor release_ that introduces a new property targeting Adaptive Card Extensions for a better mobile experience.
1010

1111
[!INCLUDE [spfx-release-beta](../../includes/snippets/spfx-release-beta.md)]
1212

@@ -32,7 +32,7 @@ In the project's **package.json** file, identify all SPFx packages. For each SPF
3232
npm uninstall @microsoft/{spfx-package-name}
3333
```
3434

35-
2. Install the new v1.18.1 package:
35+
1. Install the new v1.18.1 package:
3636

3737
```console
3838
npm install @microsoft/{spfx-package-name}@next --save --save-exact
@@ -49,7 +49,7 @@ Developers can access **partial** Teams JS SDK in Adaptive Card Extensions via A
4949
```typescript
5050
class AdaptiveCardExtensionContext {
5151
// ...
52-
public sdks: IPartialSDKs | undefined;cx
52+
public sdks: IPartialSDKs | undefined;
5353
}
5454

5555
// Accessing the theme details using context
@@ -60,7 +60,7 @@ this.setState({
6060
```
6161

6262
> [!NOTE]
63-
> Currently availability of this SDK is limited to Viva Connections Mobile only. We are working on introducing the support for this feature also for deskot and web site in future releases.
63+
> Currently availability of this SDK is limited to Viva Connections Mobile only. We are working on introducing the support for this feature for the desktop and web clients in future releases.
6464
6565
> [!NOTE]
6666
> Currently we only provide access to the `theme` property of the `appInfo` object of the Teams' context for Adaptive Card Extensions.
@@ -72,4 +72,4 @@ See more details on the use cases with code samples from the following updated d
7272

7373
## Summary
7474

75-
Version 1.18.1 is expected to be a small release with the limited new capabilities. If you find any issues or have other feedback on the provided capabilities, report them at the [SPFx issue list](https://aka.ms/spfx/issues). Thank you for your input advance.
75+
Version 1.18.1 is expected to be a small release with limited new capabilities. If you find any issues or have other feedback on the provided capabilities, report them at the [SPFx issue list](https://aka.ms/spfx/issues). Thank you for your input advance.

0 commit comments

Comments
 (0)