diff --git a/framework/src/source/BaseTestSuite.bs b/framework/src/source/BaseTestSuite.bs index 3ec9d352..ddd4c97a 100644 --- a/framework/src/source/BaseTestSuite.bs +++ b/framework/src/source/BaseTestSuite.bs @@ -2,7 +2,7 @@ namespace rooibos ' /** ' * @module TestSuite ' * @description All brs files that include `'@TestSuite` annotations automatically extend the TestSuite. - ' * The base test suite contains all of the assertions, and utility methods required to writey our tests, as well as being responsible for tracking the state of the tests and groups. + ' * The base test suite contains all of the assertions, and utility methods required to write our tests, as well as being responsible for tracking the state of the tests and groups. ' */ class BaseTestSuite