Fix typo in docs

This commit is contained in:
Dave Syer
2016-01-16 09:46:29 +00:00
parent 62d340bcfe
commit 249f524ad9

View File

@@ -1126,7 +1126,7 @@ variables from serviceId and inject them into a route pattern.
----
@Bean
public PatternServiceRouteMapper serviceRouteMapper() {
retuen new PatternServiceRouteMapper(
return new PatternServiceRouteMapper(
"(?<name>^.+)-(?<version>v.+$)",
"${version}/${name}");
}