Skip to content

Commit 9a0ae2c

Browse files
author
Minnie Liu
committed
Address comments
1 parent e2f3b24 commit 9a0ae2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/media-composition/get-started-media-comp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ var mediaCompositionId = "twoByTwoGridLayout"
138138
var response = await mediaCompositionClient.CreateAsync(mediaCompositionId, layout, inputs, outputs);
139139
```
140140

141-
You can use the mediaCompositionId to view or update the properties of a media composition object. Therefore, its is important to keep track of and persist the mediaCompositionId in your storage medium of choice.
141+
You can use the `mediaCompositionId` to view or update the properties of a media composition object. Therefore, its is important to keep track of and persist the `mediaCompositionId` in your storage medium of choice.
142142

143143
## Get properties of an existing media composition
144144

0 commit comments

Comments
 (0)