mirror of
https://github.com/actix/actix-website
synced 2025-02-20 03:14:22 +01:00
Fix typo in testing.md
serivce -> service
This commit is contained in:
parent
e4eb883a0d
commit
466edc7752
@ -26,7 +26,7 @@ to run the application with specific handlers in a real http server.
|
|||||||
`TestRequest::get()`, `TestRequest::post()`, and `TestRequest::client()`
|
`TestRequest::get()`, `TestRequest::post()`, and `TestRequest::client()`
|
||||||
methods can be used to send requests to the test server.
|
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.
|
regular `App` builder.
|
||||||
|
|
||||||
> Check the [api documentation][actixdocs] for more information.
|
> Check the [api documentation][actixdocs] for more information.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user