From a1fef8cfe689ca156f586969b810c1bc896509c3 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Tue, 9 Nov 2021 08:06:32 -0800 Subject: [PATCH] Word choice --- docs/fastapi_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fastapi_integration.md b/docs/fastapi_integration.md index 4808ead..f703a5c 100644 --- a/docs/fastapi_integration.md +++ b/docs/fastapi_integration.md @@ -10,7 +10,7 @@ Good news: Redis OM was **specifically designed to integrate with FastAPI**! ### Every Redis OM Model is also a Pydantic model -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. +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. This means a couple of things: