Skip to content

Commit 609c4d8

Browse files
authored
Correct precede typo
1 parent c579b16 commit 609c4d8

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
@@ -256,7 +256,7 @@ param serviceConfig ServiceConfig = { type: 'bar', value: true }
256256
output config object = serviceConfig
257257
```
258258

259-
The parameter value is validated based on the discriminated property value. In the preceeding example, if the *serviceConfig* parameter value is of type *foo*, it undergoes validation using the *FooConfig*type. Likewise, if the parameter value is of type *bar*, validation is performed using the *BarConfig* type, and this pattern continues for other types as well.
259+
The parameter value is validated based on the discriminated property value. In the preceding example, if the *serviceConfig* parameter value is of type *foo*, it undergoes validation using the *FooConfig*type. Likewise, if the parameter value is of type *bar*, validation is performed using the *BarConfig* type, and this pattern continues for other types as well.
260260

261261
## Import types between Bicep files (Preview)
262262

0 commit comments

Comments
 (0)