Skip to content

Commit c40b471

Browse files
authored
Acrolinx fix
1 parent ff61c56 commit c40b471

File tree

1 file changed

+1
-1
lines changed
  • articles/azure-resource-manager/bicep

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ You can integrate these checks as a part of your CI/CD pipelines. You can use a
8080

8181
## Silencing false positives
8282

83-
Sometimes a rule can have false positives. For example, you may need to include a link to a blob storage directly without using the [environment()](./bicep-functions-deployment.md#environment) function.
83+
Sometimes a rule can have false positives. For example, you might need to include a link to a blob storage directly without using the [environment()](./bicep-functions-deployment.md#environment) function.
8484
In this case you can disable the warning for one line only, not the entire document, by adding `#disable-next-line <rule name>` before the line with the warning.
8585

8686
```bicep

0 commit comments

Comments
 (0)