From 3e6a8a1430cf877309f1ca61e26e11a43a826499 Mon Sep 17 00:00:00 2001 From: Andrey Buzin Date: Wed, 19 Feb 2025 12:25:34 +0700 Subject: [PATCH] Fix typo Co-authored-by: Scott Trinh --- docs/ai/quickstart_fastapi_ai.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai/quickstart_fastapi_ai.rst b/docs/ai/quickstart_fastapi_ai.rst index 821daf57d7e..72f87f5a1c3 100644 --- a/docs/ai/quickstart_fastapi_ai.rst +++ b/docs/ai/quickstart_fastapi_ai.rst @@ -341,6 +341,6 @@ Using the built-in RAG .. edb:split-section:: Congratulations! We've now implemented AI features in our flashcards app. - Of cource, there's more to learn when it comes to using the AI extension. + Of course, there's more to learn when it comes to using the AI extension. Make sure to check out the Reference manual, or build an LLM-powered search bot from the ground up with the FastAPI Gel AI tutorial.