Skip to content

Commit 2bd6c68

Browse files
Typo fix 1
1 parent c309dd1 commit 2bd6c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/bicep/patterns-shared-variable-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ When you define your resource names, use string interpolation to concatenate the
3939

4040
## Example 2: Network security group rules
4141

42-
Suppose you have multiple Bicep file that define their own network security groups (NSG). You have a common set of security rules that must be applied to each NSG, and then you have application-specific rules that must be added.
42+
Suppose you have multiple Bicep files that define their own network security groups (NSG). You have a common set of security rules that must be applied to each NSG, and then you have application-specific rules that must be added.
4343

4444
Define a JSON file that includes the common security rules that apply across your company:
4545

0 commit comments

Comments
 (0)