Skip to content

Commit d58ed31

Browse files
Fix typo
`date types` -> `data types`
1 parent 65a65ed commit d58ed31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The valid type expressions include:
146146
type mixedTypeArray = ('fizz' | 42 | {an: 'object'} | null)[]
147147
```
148148
149-
In addition to be used in the `type` statement, type expressions can also be used in these places for creating user-defined date types:
149+
In addition to be used in the `type` statement, type expressions can also be used in these places for creating user-defined data types:
150150
151151
- As the type clause of a `param` statement. For example:
152152

0 commit comments

Comments
 (0)