Fix typo in caching.md (#4310)

Co-authored-by: Jeremy Stretch <jeremy.stretch@networktocode.com>
This commit is contained in:
Jeremy Parker 2020-03-05 02:07:58 +11:00 committed by GitHub
parent 31e5d9ffe6
commit 10dee9b57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
To improve performance, NetBox supports caching for most object and list views. Caching is implemented using Redis,
and [django-cacheops](https://github.com/Suor/django-cacheops)
Several management commands are avaliable for administrators to manaully invalidate cache entries in extenuating circumstances.
Several management commands are avaliable for administrators to manually invalidate cache entries in extenuating circumstances.
To invalidate a specifc model instance (for example a Device with ID 34):
```