Skip to content

Commit db8fb75

Browse files
authored
Update custom-preset-cli-howto.md
1 parent ede84e5 commit db8fb75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/media-services/latest/custom-preset-cli-howto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ We are going to save this transform in a file. In this example, we name the file
133133

134134
## Create a new transform
135135

136-
In this example, we create a **Transform** that is based on the custom preset we defined earlier. When creating a Transform, you should first check if one already exist. If it does, reuse it. The following `show` command returns the `customTransformName` transform if it exists:
136+
In this example, we create a **Transform** that is based on the custom preset we defined earlier. When creating a Transform, you should first check if one already exist. If the Transform exists, reuse it. The following `show` command returns the `customTransformName` transform if it exists:
137137

138138
```cli
139139
az ams transform show -a amsaccount -g amsResourceGroup -n customTransformName

0 commit comments

Comments
 (0)