Skip to content

Commit

Permalink
Merge pull request #1 from saikartheekb/saikartheekb-patch-1
Browse files Browse the repository at this point in the history
Update test-suites-with-jasmine.md
  • Loading branch information
saikartheekb authored May 25, 2023
2 parents 281b973 + b4ef218 commit cf5af69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suites-with-jasmine.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Nested `describe` blocks add a human-readable description to a group of specs. T
`it`: Spec
</aside>

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', () => {
Expand Down

0 comments on commit cf5af69

Please # to comment.