Skip to content

Commit

Permalink
fix spell error
Browse files Browse the repository at this point in the history
fix spell error
  • Loading branch information
eacdy authored and spencergibb committed Jan 9, 2017
1 parent fccbe1a commit 1860b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/spring-cloud-netflix.adoc
Expand Up @@ -1598,7 +1598,7 @@ Example configuration:
In this example we are strangling the "legacy" app which is mapped to
all requests that do not match one of the other patterns. Paths in
`/first/{all}` have been extracted into a new service with an external
URL. And paths in `/second/{all}` are forwared so they can be handled
URL. And paths in `/second/{all}` are forwarded so they can be handled
locally, e.g. with a normal Spring `@RequestMapping`. Paths in
`/third/{all}` are also forwarded, but with a different prefix
(i.e. `/third/foo` is forwarded to `/3rd/foo`).
Expand Down

0 comments on commit 1860b26

Please sign in to comment.