From 3689a0de0a8289407e297e1bed8fe5480952db5a Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 16 Oct 2023 15:23:26 -0400 Subject: [PATCH] docs: Apply suggestions from code review Co-authored-by: Braden MacDonald --- oeps/best-practices/oep-0067-bp-tools-and-technology.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oeps/best-practices/oep-0067-bp-tools-and-technology.rst b/oeps/best-practices/oep-0067-bp-tools-and-technology.rst index ab01f6f1f..76463709a 100644 --- a/oeps/best-practices/oep-0067-bp-tools-and-technology.rst +++ b/oeps/best-practices/oep-0067-bp-tools-and-technology.rst @@ -76,9 +76,9 @@ This technology is not specific to frontend or backend code. #. **Use Github actions for CI Testing** - **Rationale**: As a healthy open source project we need good continouse integration + **Rationale**: As a healthy open source project we need good continuous integration testing to prevent the introduction of obvious bugs into the platform code. The Github Actions - tool should be used to perform Continuous Integration(CI) testing for all Open edX repositories + tool should be used to perform Continuous Integration (CI) testing for all Open edX repositories that perform any sort of software testing. Frontend Technology Selection