diff --git a/docs/examples/entity_resolution.md b/docs/examples/entity_resolution.md index 9a17924..360d1a7 100644 --- a/docs/examples/entity_resolution.md +++ b/docs/examples/entity_resolution.md @@ -42,7 +42,7 @@ class Entity(BaseModel): class DocumentExtraction(BaseModel): entities: List[Entity] = Field( ..., - description="Body of the answer, each fact should be its seperate object with a body and a list of sources", + description="Body of the answer, each fact should be a separate object with a body and a list of sources", ) ```