From 45a4d15811e7e111063af28594726f7d37a3e4c3 Mon Sep 17 00:00:00 2001 From: MO Jr <49984067+monagjr@users.noreply.github.com> Date: Thu, 4 Jul 2024 22:35:07 +0300 Subject: [PATCH] Update Crews.md (#868) Fix misspelling --- docs/core-concepts/Crews.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core-concepts/Crews.md b/docs/core-concepts/Crews.md index dec6adfc8..a9b19b26e 100644 --- a/docs/core-concepts/Crews.md +++ b/docs/core-concepts/Crews.md @@ -123,7 +123,7 @@ result = my_crew.kickoff() print(result) ``` -### Different wayt to Kicking Off a Crew +### Different ways to Kicking Off a Crew Once your crew is assembled, initiate the workflow with the appropriate kickoff method. CrewAI provides several methods for better control over the kickoff process: `kickoff()`, `kickoff_for_each()`, `kickoff_async()`, and `kickoff_for_each_async()`.