From aadc2603214786b4afa25b8960215d1d7c0e9b03 Mon Sep 17 00:00:00 2001 From: manish Date: Wed, 4 Feb 2026 17:41:10 +0530 Subject: [PATCH] docs: fix grammar in Lesson 00 setup instructions --- 00-course-setup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/00-course-setup/README.md b/00-course-setup/README.md index 1e7ac6dbdb..a027f6fed5 100644 --- a/00-course-setup/README.md +++ b/00-course-setup/README.md @@ -130,7 +130,7 @@ dependencies: - azure-ai-ml ``` -If you find you getting errors using conda you can manually install the Microsoft AI Libraries using the following command in a terminal. +If you find you are getting errors using conda you can manually install the Microsoft AI Libraries using the following command in a terminal. ``` conda install -c microsoft azure-ai-ml