Skip to content

Commit 9f66fc9

Browse files
authored
Fix typo in caching docs
1 parent dc6b3bf commit 9f66fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ provided in Django.
1313

1414
Django provides a [`method_decorator`][decorator] to use
1515
decorators with class based views. This can be used with
16-
with other cache decorators such as [`cache_page`][page] and
16+
other cache decorators such as [`cache_page`][page] and
1717
[`vary_on_cookie`][cookie].
1818

1919
```python

0 commit comments

Comments
 (0)