Skip to content

Commit 91b0d50

Browse files
authored
Update user-defined-data-types.md
Typo fix
1 parent 13fe743 commit 91b0d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/user-defined-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ resource storageAccount 'Microsoft.Storage/storageAccounts@2022-09-01' = {
227227

228228
## Declare tagged union type
229229

230-
To declare a custom tagged union data type within a Bicep file, you can place a discriminator decorator above a user-defined type declartion. [Bicep CLI version 0.21.X or higher](./install.md) is required to use this decorator. The syntax is:
230+
To declare a custom tagged union data type within a Bicep file, you can place a discriminator decorator above a user-defined type declaration. [Bicep CLI version 0.21.X or higher](./install.md) is required to use this decorator. The syntax is:
231231

232232
```bicep
233233
@discriminator('<propertyName>')

0 commit comments

Comments
 (0)