From 283934e5282fc7dbb8f11f955d5bd733030005e2 Mon Sep 17 00:00:00 2001 From: Aleksandr Klimov <2767789+geeeezmo@users.noreply.github.com> Date: Sat, 17 Aug 2024 17:55:29 +0300 Subject: [PATCH] Fix doc typo (#3027) --- docs/guides/testing-http-apps.md | 4 +--- docs/tutorials/testing-http-apps.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/guides/testing-http-apps.md b/docs/guides/testing-http-apps.md index ac22b96f81..e4ac435dfe 100644 --- a/docs/guides/testing-http-apps.md +++ b/docs/guides/testing-http-apps.md @@ -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. diff --git a/docs/tutorials/testing-http-apps.md b/docs/tutorials/testing-http-apps.md index f5ff813ea1..25e07af507 100644 --- a/docs/tutorials/testing-http-apps.md +++ b/docs/tutorials/testing-http-apps.md @@ -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.