Skip to content

Commit 4857057

Browse files
author
David Heinemeier Hansson
authored
Merge pull request rails#28 from alkesh26/fix-readme-typo
Fixed typo in readme file
2 parents 814c0b4 + ef3e0a6 commit 4857057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ end
4141
If you need to customize what files are searched for class names when using the asset pipeline, you need to replace the compressor line with something like:
4242

4343
```ruby
44-
config.assets.css_compressor = Tailwindcss::Compressor.new(files_with_class_names: Rails.root.glob("app/somehere/**/*.*"))
44+
config.assets.css_compressor = Tailwindcss::Compressor.new(files_with_class_names: Rails.root.glob("app/somewhere/**/*.*"))
4545
```
4646

4747
By default, the CSS purger will only operate on the tailwind css file included with this gem. If you want to use it more broadly:

0 commit comments

Comments
 (0)