diff --git a/test-suites-with-jasmine.md b/test-suites-with-jasmine.md index e1a2c6c..18f5eee 100644 --- a/test-suites-with-jasmine.md +++ b/test-suites-with-jasmine.md @@ -71,7 +71,7 @@ Nested `describe` blocks add a human-readable description to a group of specs. T `it`: Spec -Each suit consists of one or more *specifications*, or short, **specs**. A spec is declared with an `it` block: +Each suite consists of one or more *specifications*, or short, **specs**. A spec is declared with an `it` block: ```typescript describe('Suite description', () => {