1
0
mirror of https://github.com/actix/actix-website synced 2024-11-24 08:43:01 +01:00

Fixes typo.

This commit is contained in:
Cameron Dershem 2019-06-13 17:13:45 -04:00
parent 8ab3e35851
commit ebc6a44650

View File

@ -80,7 +80,7 @@ This limitation can easily be overcome with the [App::boxed](https://docs.rs/act
## Using an Application Scope to Compose Applications ## Using an Application Scope to Compose Applications
The `web::wcope()` method allows to set a specific application prefix. The `web::scope()` method allows to set a specific application prefix.
This scope represents a resource prefix that will be prepended to all resource patterns added This scope represents a resource prefix that will be prepended to all resource patterns added
by the resource configuration. This can be used to help mount a set of routes at a different by the resource configuration. This can be used to help mount a set of routes at a different
location than the included callable's author intended while still maintaining the same location than the included callable's author intended while still maintaining the same