Skip to content

Commit a1fef8c

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fastapi_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Good news: Redis OM was **specifically designed to integrate with FastAPI**!
1010

1111
### Every Redis OM Model is also a Pydantic model
1212

13-
Every Redis OM model is also a Pydantic model, so you can define a model and then pass the model class into any location that FastAPI expects a Pydantic model.
13+
Every Redis OM model is also a Pydantic model, so you can define a model and then use the model class anywhere that FastAPI expects a Pydantic model.
1414

1515
This means a couple of things:
1616

0 commit comments

Comments
 (0)