Skip to content

Commit 9a5ba8a

Browse files
Minor typos (SharePoint#8832)
1 parent 7246137 commit 9a5ba8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spfx/release-1.17.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ npm install @microsoft/generator-sharepoint@next --global
4848

4949
### Support for Microsoft Teams Manifest v1.16 in Sync to Teams
5050

51-
"Sync to Teams" operation in SharePoint App Catalog now supports Teams Manifest v1.16. This means that any SPFx solution which is sync'd to Microsoft Teams is served served automatically across Microsoft 365 (Microsoft Teams, Outlook, Microsoft 365 app).
51+
"Sync to Teams" operation in SharePoint App Catalog now supports Teams Manifest v1.16. This means that any SPFx solution which is sync'd to Microsoft Teams is served automatically across Microsoft 365 (Microsoft Teams, Outlook, Microsoft 365 app).
5252

5353
### Ability to use SPFX_SERVE_TENANT_DOMAIN OS environment variable for serve configurations
5454

@@ -60,7 +60,7 @@ In previous versions Web Parts Top Actions' configuration was based on proxied P
6060

6161
In this version we introduce Top Actions-specific types to avoid confusion and make the configuration more clear.
6262

63-
### onBeforeAction handler for Adaptive Card Extesions
63+
### onBeforeAction handler for Adaptive Card Extensions
6464

6565
`onBeforeAction` handler is added to `BaseAdaptiveCardExtension` class to allow developers to run custom code before the action is executed.
6666

@@ -74,7 +74,7 @@ In this version we introduce Top Actions-specific types to avoid confusion and m
7474
7575
### Ability to specify initial focus element in an Adaptive Card Extension Quick View
7676

77-
New `focusParameters` virtual property allows to set focus when the view is rendered for accessibility purposes. If not overriden, the focus element defaulted to the first actionable element of the quick view.
77+
New `focusParameters` virtual property allows to set focus when the view is rendered for accessibility purposes. If not overridden, the focus element defaulted to the first actionable element of the quick view.
7878

7979
```typescript
8080
/** @virtual */

0 commit comments

Comments
 (0)