Skip to content

Commit 0594f37

Browse files
committed
Fixing typos
1 parent 7cc9262 commit 0594f37

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/spfx/release-1.15.2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The Select Media Action can be used to select Images from your native device. In
110110

111111
Based on the received feedback from the ecosystem, we "relaxed" applied ESLint rules to removed forced opinionated coding styles practices. These rules are now also added directly to the `eslintrc.js` file for simpler further modifications in environment level.
112112

113-
### Defer loading AdaptiveCardExtension Quick View
113+
### Defer loading Adaptive Card Extension Quick View
114114

115115
When an ACE is loaded on a page we load both the card view and quick view. However, we don't need load the quick view until it is interacted with. By defer loading a quick view, we will gain performance when loading an ACE.
116116

docs/spfx/viva/get-started/actions/media-upload/MediaUploadPropertyPane.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.date: 08/09/2022
55
ms.localizationpriority: high
66
---
77

8-
# Explore Media Upload capability via property pane of card-designer card in Adaptive Card Extension.
8+
# Explore Media Upload capability via property pane of card-designer card in Adaptive Card Extension
99

1010
In this tutorial we'll see how we can explore this capability via the property pane of the card-designer card.
1111

docs/spfx/viva/get-started/actions/media-upload/MediaUploadTutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When prompted, enter the following values (select the default option for all pro
2525

2626
At this point, Yeoman installs the required dependencies and scaffolds the solution files. This process might take few minutes.
2727

28-
## Update your project's hosted workbench URL.
28+
## Update your project's hosted workbench URL
2929

3030
When you use the gulp task **serve**, by default it will launch a browser with the specified hosted workbench URL specified in your project. The default URL for the hosted workbench in a new project points to an invalid URL.
3131

0 commit comments

Comments
 (0)