Skip to content

Commit 1e369e3

Browse files
author
Andrew Brookins
committed
Word choice
1 parent a1fef8c commit 1e369e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fastapi_integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This means a couple of things:
1919

2020
### Cache vs. Data
2121

22-
Redis works well as either a durable data store or a cache, but the optiomal Redis configuration is often different between these two use cases.
22+
Redis works well as either a durable data store or a cache, but the optimal Redis configuration is often different between these two use cases.
2323

2424
You almost always want to use a Redis instance tuned for caching when you're caching and a separate Redis instance tuned for data durability for storing application state.
2525

0 commit comments

Comments
 (0)