From 466edc77523de26307f14db140bfca6b13beb2cd Mon Sep 17 00:00:00 2001 From: Danilo Bargen Date: Mon, 7 Oct 2019 16:47:46 +0200 Subject: [PATCH] Fix typo in testing.md serivce -> service --- content/docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/testing.md b/content/docs/testing.md index 68bf7f8..1e8a62d 100644 --- a/content/docs/testing.md +++ b/content/docs/testing.md @@ -26,7 +26,7 @@ to run the application with specific handlers in a real http server. `TestRequest::get()`, `TestRequest::post()`, and `TestRequest::client()` methods can be used to send requests to the test server. -To create a `Service` for testing, use the `test::init_serivce` method which accepts a +To create a `Service` for testing, use the `test::init_service` method which accepts a regular `App` builder. > Check the [api documentation][actixdocs] for more information.