summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKevin Lin <44324811+kevinlinxc@users.noreply.github.com>2022-10-26 12:07:44 -0700
committerGitHub <noreply@github.com>2022-10-26 12:07:44 -0700
commit528a632ef22ab385c68942a8c44a723fdb9d0b32 (patch)
tree4c40115acaae206ce7fd06ff6040a647a6eaf069 /docs
parent4c7d21f05615e2708798201b64db913a8a6b8c40 (diff)
downloadrequests-cache-528a632ef22ab385c68942a8c44a723fdb9d0b32.tar.gz
Typo
different was spelled incorrectly
Diffstat (limited to 'docs')
-rw-r--r--docs/user_guide/backends/filesystem.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/backends/filesystem.md b/docs/user_guide/backends/filesystem.md
index baab5f0..241dc24 100644
--- a/docs/user_guide/backends/filesystem.md
+++ b/docs/user_guide/backends/filesystem.md
@@ -26,7 +26,7 @@ Or by alias:
```
## File Formats
-By default, responses are saved as JSON files. If you prefer a deiffernt format, you can use of the
+By default, responses are saved as JSON files. If you prefer a different format, you can use of the
other available {ref}`serializers` or provide your own. For example, to save responses as
YAML files (requires `pyyaml`):
```python