Skip to content

Commit a808e61

Browse files
authored
Update README.md
1 parent 5ed9daf commit a808e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ abstract class BaseModel extends CachedModel
5252

5353
### Disabling Caching of Queries
5454
**Recommendation: add this to all your seeder queries to avoid pulling in
55-
cacched information when reseeding multiple times.**
55+
cached information when reseeding multiple times.**
5656
You can disable a given query by using `disableCache()` in the query chain, and
5757
it needs to be placed (anywhere) prior to the query command (`get()`, `all()`,
5858
`find()`, etc). For example:

0 commit comments

Comments
 (0)