Skip to content

Commit 70ce013

Browse files
authored
Merge pull request #106265 from davidelettieri/patch-1
Fix typo in bicep-config.md
2 parents e2f9c6a + 3bb76be commit 70ce013

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)