Skip to content

Commit

Permalink
Fix a typo (spatie#2952)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvtterfly authored Jun 14, 2022
1 parent fb1aec5 commit 3205c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basic-usage/preparing-your-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class YourModel extends Model implements HasMedia
}
```

The `Collection` component will show a preview thumnail for items in the collection it is showing.
The `Collection` component will show a preview thumbnail for items in the collection it is showing.

To generate that thumbnail, you must add a conversion like this one to your model.

Expand Down

0 comments on commit 3205c7b

Please sign in to comment.