Skip to content

Commit f71f452

Browse files
committed
fix typo
1 parent 8d2beb9 commit f71f452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,10 @@ The `ticket` model has also a list of scopes to begin filter with.
257257
| `hidden` |`void` | get the hidden model records | `Category::visible()->get()` |
258258

259259
## Handling File Upload
260-
This package doesn't came with file upload feature (yet) Instead you can use [laravel-medialibrary](https://github.com/spatie/laravel-medialibrary) by __Spatie__,
260+
This package doesn't come with file upload feature (yet) Instead you can use [laravel-medialibrary](https://github.com/spatie/laravel-medialibrary) by __Spatie__,
261261
to handle function file functionality.
262262

263-
The steps is pretty straight forward, all what you need to do is the following.
263+
The steps are pretty straight forward, all what you need to do is the following.
264264

265265
Extends the `Ticket` model, by creating a new model file in your application by
266266
```

0 commit comments

Comments
 (0)