From 7f97a61ed58ffb018bfba2fffaf1501149d796f7 Mon Sep 17 00:00:00 2001 From: Alex Sartan Date: Sun, 1 Oct 2017 11:25:32 -0600 Subject: [PATCH] Fix minor grammar issue in Zuul doc (#2336) --- docs/src/main/asciidoc/spring-cloud-netflix.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-netflix.adoc b/docs/src/main/asciidoc/spring-cloud-netflix.adoc index 9ccddcaa..6cbcb783 100644 --- a/docs/src/main/asciidoc/spring-cloud-netflix.adoc +++ b/docs/src/main/asciidoc/spring-cloud-netflix.adoc @@ -1540,7 +1540,7 @@ This means that a serviceId "myusers-v1" will be mapped to route groups must be present in both servicePattern and routePattern. If servicePattern does not match a serviceId, the default behavior is used. In the example above, a serviceId "myusers" will be mapped to route -"/myusers/{all}" (no version detected) This feature is disable by +"/myusers/{all}" (no version detected) This feature is disabled by default and only applies to discovered services. To add a prefix to all mappings, set `zuul.prefix` to a value, such as