Skip to content

Commit 94f31f0

Browse files
authored
Just a couple of small improvements (SharePoint#7262)
Wanted to do a typo fix, but it seemed it was already fixed. Still wanted to push the changes I did while reading the content.
1 parent 99bdbcb commit 94f31f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/spfx/viva/get-started/build-first-sharepoint-adaptive-card-extension.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ yo @microsoft/sharepoint
2727

2828
When prompted, enter the following values (*select the default option for all prompts omitted below*):
2929

30-
- **Do you want to allow tenant admin the choice of being able to deploy the solution to all sites immediately without running any feature deployment or adding apps in sites?** Yes
30+
- **Do you want to allow tenant admin the choice of deploying the solution to all sites immediately without running any feature deployment or adding apps in sites?** Yes
3131
- **Which type of client-side component to create?** Adaptive Card Extension
3232
- **What is your Adaptive Card Extension name?** HelloWorld
3333
- **What is your Adaptive Card Extension description?** Hello World description
3434

3535
When prompted by the generator for which ACE template to use, select **Primary Text Template** for this tutorial.
3636

37-
At this point, Yeoman installs the required dependencies and scaffolds the solution files. This might take few minutes.
37+
At this point, Yeoman installs the required dependencies and scaffolds the solution files. This process might take few minutes.
3838

3939
## Step 2 - Serve the ACE in the workbench
4040

@@ -122,7 +122,7 @@ protected renderCard(): string | undefined {
122122

123123
Let's undo this by uncommenting `renderCard()` method.
124124

125-
The default Card view, will render using the following properties from the manifest:
125+
The default Card view will render using the following properties from the manifest:
126126

127127
- Icon - `iconImageUrl`
128128
- Title - `title`
@@ -483,7 +483,7 @@ protected get iconProperty(): string {
483483

484484
Re-rendering happens when a property is updated in the PropertyPane or if `setState()` is called.
485485

486-
Update the Property Pane **Description Field** value. This will update the description of the Card.
486+
Update the Property Pane **Description Field** value, which results in an of the description on the Card.
487487

488488
Locate and open the following file: **./src/adaptiveCardExtensions/helloWorld/HelloWorldAdaptiveCardExtension.ts**.
489489

0 commit comments

Comments
 (0)