From 6ca051e5f3ac1c406143d5c949850e90dad845ea Mon Sep 17 00:00:00 2001 From: Constantin Schreiber Date: Sat, 10 Aug 2024 14:39:49 +0200 Subject: [PATCH] Update Start-a-New-CrewAI-Project-Template-Method.md (#1054) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed grammar and typo Co-authored-by: João Moura --- .../Start-a-New-CrewAI-Project-Template-Method.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/Start-a-New-CrewAI-Project-Template-Method.md b/docs/getting-started/Start-a-New-CrewAI-Project-Template-Method.md index 4e7e5e661..3778fc0d5 100644 --- a/docs/getting-started/Start-a-New-CrewAI-Project-Template-Method.md +++ b/docs/getting-started/Start-a-New-CrewAI-Project-Template-Method.md @@ -39,7 +39,7 @@ It is highly recommended that you use virtual environments to ensure that your C ### Code IDEs -Most users of CrewAI use a Code Editor / Integrated Development Environment (IDE) for building there Crews. You can use any code IDE of your choice. Seee below for some popular options for Code Editors / Integrated Development Environments (IDE): +Most users of CrewAI use a Code Editor / Integrated Development Environment (IDE) for building their Crews. You can use any code IDE of your choice. See below for some popular options for Code Editors / Integrated Development Environments (IDE): - [Visual Studio Code](https://code.visualstudio.com/) - Most popular - [PyCharm](https://www.jetbrains.com/pycharm/)