Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bchelkowski committed Nov 30, 2023
1 parent a9720c0 commit 7929d66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api/KopytkoTestFunctions.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ end function)

This is a shorthand for the `ts.addTest`.

It adds "it " to the beggining of thhe test name.
It adds "it " to the beggining of the test name.

```brs
it("should check if true is true", function (_ts as Object) as String
Expand All @@ -72,7 +72,7 @@ end function)

This is a shorthand for the `ts.addParameterizedTests`.

It adds "it " to the beggining of thhe test name.
It adds "it " to the beggining of the test name.

```brs
itEach([
Expand Down

0 comments on commit 7929d66

Please sign in to comment.