Skip to content

Commit 83627fb

Browse files
committed
Update no-multiple-style-changes doc
1 parent f215eaf commit 83627fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eslint-plugin/docs/rules/no-multiple-style-changes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66

77
## Rule Details
88

9-
This rule aims to batch multiple style changes at once.
9+
This rule aims to disallow batching multiple style changes at once.
1010

11-
To limit the number of repaint/reflow, it is advised to batch style modifications by adding a
12-
class containing all style changes that will generate a unique reflow.
11+
To limit the number of repaint/reflow, it is advised to batch style modifications by adding a class containing all style
12+
changes that will generate a unique reflow.
1313

1414
## Examples
1515

0 commit comments

Comments
 (0)