From b4ef21847bd7b8748e11e87062afab0c20b18360 Mon Sep 17 00:00:00 2001 From: Sai Kartheek Bommisetty <68821770+saikartheekb@users.noreply.github.com> Date: Thu, 25 May 2023 18:32:28 +0530 Subject: [PATCH] Update test-suites-with-jasmine.md typo --- test-suites-with-jasmine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', () => {