From e56bd27c1eb2053b688c9a51c7e6804f88438faa Mon Sep 17 00:00:00 2001 From: Timo Reimann Date: Thu, 2 Mar 2017 02:04:13 +0100 Subject: [PATCH] Remove blank space. --- docs/basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/basics.md b/docs/basics.md index 79042790e..d70c7ddb6 100644 --- a/docs/basics.md +++ b/docs/basics.md @@ -85,7 +85,7 @@ Frontends can be defined using the following rules: - `PathStrip`: Same as `Path` but strip the given prefix from the request URL's Path. - `PathPrefix`: PathPrefix adds a matcher for the URL path prefixes. This matches if the given template is a prefix of the full URL path. - `PathPrefixStrip`: Same as `PathPrefix` but strip the given prefix from the request URL's Path. -- `AddPrefix` : Add prefix from the request URL's Path. +- `AddPrefix`: Add prefix from the request URL's Path. You can use multlple values for a rule by separating them with `,`. You can use multiple rules by separating them by `;`.