Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit d27397c

Browse files
committed
fix typo
1 parent cdc1611 commit d27397c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced-usage/customizing-css.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You may also import only the stylesheets you need instead of everything in the i
2727

2828
## Option 2: Copy the CSS To Your Own Project
2929

30-
If you want full-control, you can always copy the each of the stylesheets from `resources/css` to your own project and go wild. In this example, we renamed the file to `custom/laravel-form-components.css`.
30+
If you want full-control, you can always copy each of the stylesheets from `resources/css` to your own project and go wild. In this example, we renamed the file to `custom/laravel-form-components.css`.
3131
Beware: you will have to manually keep this CSS in sync with changes in future package updates:
3232

3333
```css

0 commit comments

Comments
 (0)