Skip to content

Commit 96e4b6c

Browse files
Update Mediatutorial
Fixed a few typos
1 parent 3f7bb97 commit 96e4b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public get cardButtons(): [ICardButton] | [ICardButton, ICardButton] | undefined
101101
{
102102
title: strings.UploadPNG,
103103
action: {
104-
type: 'VivaAction.SelectMedia'
104+
type: 'VivaAction.SelectMedia',
105105
parameters: {
106106
mediaType: MediaType.Image
107107
}
@@ -224,7 +224,7 @@ Add the following properties to the `IQuickViewData` interface:
224224
filesUploaded: string;
225225
```
226226

227-
and then add the following two lines in the returned object of `data` getter:
227+
and then add the following line in the returned object of `data` getter:
228228

229229
```typescript
230230
filesUploaded: this.state.filesUploaded

0 commit comments

Comments
 (0)