Skip to content

Commit ef3e0a6

Browse files
committed
fixed typo in readme file
1 parent 814c0b4 commit ef3e0a6

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)