From 59ed9c2b81efff8540ee0aaabc9675ce3b3f9226 Mon Sep 17 00:00:00 2001 From: Robert Hencke Date: Thu, 11 Oct 2018 17:28:26 -0400 Subject: [PATCH] Small grammar fix to url-dispatch.md Also, this is good stuff. :+1: --- content/docs/url-dispatch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/url-dispatch.md b/content/docs/url-dispatch.md index a24f376..4d4a732 100644 --- a/content/docs/url-dispatch.md +++ b/content/docs/url-dispatch.md @@ -33,7 +33,7 @@ for the same path, in that case, multiple routes register for the same resource {{< include-example example="url-dispatch" section="main" >}} While *App::route()* provides simple way of registering routes, to access -complete resource configuration, different method has to be used. +complete resource configuration, a different method has to be used. The [*App::resource()*](../../actix-web/actix_web/struct.App.html#method.resource) method adds a single resource to application routing table. This method accepts a *path pattern* and a resource configuration function.