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