Skip to content

Commit 9fa7342

Browse files
Correct typo in README (#407)
* docs: correct typo in README * Update readme --------- Co-authored-by: Jordan Pittman <[email protected]>
1 parent e03702a commit 9fa7342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ const mySortedClasses = tw`bg-white p-4 dark:bg-black`
194194

195195
### Using regex patterns
196196

197-
Like `tailwindAttributes` this function all supports regular expressions to match multiple function names. Patterns should be enclosed in forward slashes. Note that JS regex literals are not supported with Prettier.
197+
Like the `tailwindAttributes` option, the `tailwindFunctions` option also supports regular expressions to match multiple function names. Patterns should be enclosed in forward slashes. Note that JS regex literals are not supported with Prettier.
198198

199199
## Preserving whitespace
200200

0 commit comments

Comments
 (0)