Skip to content

Commit 045d716

Browse files
authored
docs: add missing ) to id-denylist (#19213)
1 parent 7fe4114 commit 045d716

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/rules/id-denylist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For example, to restrict the use of common generic identifiers:
3737
}
3838
```
3939

40-
**Note:** The first element of the array is for the rule severity (see [Configure Rules](../use/configure/rules). The other elements in the array are the identifiers that you want to disallow.
40+
**Note:** The first element of the array is for the rule severity (see [Configure Rules](../use/configure/rules)). The other elements in the array are the identifiers that you want to disallow.
4141

4242
Examples of **incorrect** code for this rule with sample `"data", "callback"` restricted identifiers:
4343

0 commit comments

Comments
 (0)