From ebc6a446507826660da5c82ec53440f7158fa25f Mon Sep 17 00:00:00 2001 From: Cameron Dershem Date: Thu, 13 Jun 2019 17:13:45 -0400 Subject: [PATCH] Fixes typo. --- content/docs/application.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/application.md b/content/docs/application.md index c9178a5..c77f3e6 100644 --- a/content/docs/application.md +++ b/content/docs/application.md @@ -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 -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 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