From 701891312e70851df7e6f3d82a99b7f9dbbb66af Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Mon, 21 Oct 2024 21:37:43 +0000 Subject: [PATCH] docs: Fix misspelling in CI documentation This PR fixes a misspelling in CI documentation readme. Signed-off-by: Gabriela Cervantes --- ci/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/README.md b/ci/README.md index 8ba0b7fe9b..7aa2a6710e 100644 --- a/ci/README.md +++ b/ci/README.md @@ -77,8 +77,8 @@ them to merely debug issues. In the previous section we've mentioned using different runners, now in this section we'll go through each type of runner used. -- Cost free runners: Those are the runners provided by GIthub itself, and - those are fairly small machines with no virtualization capabilities enabled - +- Cost free runners: Those are the runners provided by Github itself, and + those are fairly small machines with virtualization capabilities enabled. - Azure small instances: Those are runners which have virtualization capabilities enabled, 2 CPUs, and 8GB of RAM. These runners have a "-smaller" suffix to their name.