docs: fix some spelling mistakes caught by newest version of code spell (#22090)

Going to merge this even though it doesn't pass all tests, and open a
separate PR for the remaining spelling mistakes.
This commit is contained in:
Eugene Yurtsev
2024-05-23 16:59:11 -04:00
committed by GitHub
parent 38783d07c9
commit 2d693c484e
10 changed files with 10 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ class BaseFakeCallbackHandler(BaseModel):
ignore_retriever_: bool = False
ignore_chat_model_: bool = False
# to allow for similar callback handlers that are not technicall equal
# to allow for similar callback handlers that are not technically equal
fake_id: Union[str, None] = None
# add finer-grained counters for easier debugging of failing tests