Skip to content

Commit

Permalink
Fix doc typo (#3027)
Browse files Browse the repository at this point in the history
  • Loading branch information
geeeezmo authored Aug 17, 2024
1 parent e2f2cb5 commit 283934e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/guides/testing-http-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")

Now, based on the requirement we can use any of the following test utilities:

## TestClinet

The `TestClient`
## TestClient

Using the `TestClient` we can write tests for our HTTP applications without starting a live server instance.

Expand Down
4 changes: 1 addition & 3 deletions docs/tutorials/testing-http-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")

Now, based on the requirement we can use any of the following test utilities:

## TestClinet

The `TestClient`
## TestClient

Using the `TestClient` we can write tests for our HTTP applications without starting a live server instance.

Expand Down

0 comments on commit 283934e

Please sign in to comment.