Skip to content

Commit 9fa7342

Browse files
Correct typo in README (#407)
* docs: correct typo in README * Update readme --------- Co-authored-by: Jordan Pittman <jordan@cryptica.me>
1 parent e03702a commit 9fa7342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)