Skip to content

Commit 3dea198

Browse files
committed
Typo.
1 parent 318b190 commit 3dea198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pat/switch/documentation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ This pattern takes three properties:
2020

2121
- `selector`: the CSS selector identifying the elements that must be
2222
updated
23-
- `remove`: the class that should be added
24-
- `add`: a class that should be removed
23+
- `remove`: the class that should be removed
24+
- `add`: a class that should be added
2525

2626
You must provide the selector and at least one of _remove_ or _add_.
2727

0 commit comments

Comments
 (0)