Skip to content

Commit dee1d9d

Browse files
committed
Fixing typos
1 parent 22c442c commit dee1d9d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/spfx/release-1.21.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ ms.localizationpriority: high
66
---
77
# SharePoint Framework v1.21 release notes
88

9-
This release has initial configuration updates for web parts in the context of flexible layouts in SharePoint and personalization option for cards. We are also looking to further include other tehcnical updates before this version is generally available.
9+
This release has initial configuration updates for web parts in the context of flexible layouts in SharePoint and personalization option for cards. We're also looking to further include other technical updates before this version is generally available.
1010

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

13-
beta.0 **Released:** Feburary 25, 2025
13+
beta.0 **Released:** February 25, 2025
1414

1515
[!INCLUDE [spfx-release-notes-common](../../includes/snippets/spfx-release-notes-common.md)]
1616

@@ -44,7 +44,7 @@ In the project's **package.json** file, identify all SPFx v1.20 packages. For ea
4444

4545
### Flexible layout configuration options for web parts
4646

47-
New flexible layout sizing options are introduced for the web part manifest. These cawn be used to adjust the default behaviour for the custom web parts as they are used within flexible layouts.
47+
New flexible layout sizing options are introduced for the web part manifest. These can be used to adjust the default behavior for the custom web parts as they're used within flexible layouts.
4848

4949
```json
5050
"flexibleLayoutSizing": {
@@ -55,15 +55,15 @@ New flexible layout sizing options are introduced for the web part manifest. The
5555
```
5656

5757
> [!NOTE]
58-
> By default all custom web parts are supported in the flexible layout option and do not require any code level changes.
58+
> By default all custom web parts are supported in the flexible layout option and don't require any code level changes.
5959
6060
![Flexible layout support](../images/121-release-notes/flex-layout.png)
6161

6262
### Viva Connections card personalization support
6363

64-
Viva Connections will start supporting end user configuration options for the dashboard. End users can add and remove cards from the dasbhoard based on their preference. Supported cards are explictly enabled for this scenario and also custom cards are supported.
64+
Viva Connections will start supporting end user configuration options for the dashboard. End users can add and remove cards from the dashboard based on their preference. Supported cards are explicitly enabled for this scenario and also custom cards are supported.
6565

66-
By default personalization is not allowed for the custom Viva Connections cards.
66+
By default personalization isn't allowed for the custom Viva Connections cards.
6767

6868
```json
6969
"personalization": [

0 commit comments

Comments
 (0)