Skip to content

Commit 3bb76be

Browse files
Fix typo in bicep-config.md
1 parent 66226b5 commit 3bb76be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/bicep-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can enable preview features by adding:
3838
```json
3939
{
4040
"experimentalFeaturesEnabled": {
41-
"userDefineTypes": true,
41+
"userDefinedTypes": true,
4242
"extensibility": true
4343
}
4444
}

0 commit comments

Comments
 (0)