Skip to content

Commit ba098bd

Browse files
authored
docs: add missing header to prefer-spread (#19224)
1 parent b607ae6 commit ba098bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/rules/prefer-spread.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ obj.foo.apply(obj, [1, 2, 3]);
6565

6666
:::
6767

68-
Known limitations:
68+
## Known Limitations
6969

7070
This rule analyzes code statically to check whether or not the `this` argument is changed. So, if the `this` argument is computed in a dynamic expression, this rule cannot detect a violation.
7171

0 commit comments

Comments
 (0)