diff --git a/reference/html/index.html b/reference/html/index.html index a9484eb1..042263a6 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -627,7 +627,7 @@ The following example configures a path route predicate:
cloud: gateway: routes: - - id: host_route + - id: path_route uri: https://example.org predicates: - Path=/red/{segment},/blue/{segment} @@ -3115,7 +3115,7 @@ By using the fluent Java API, you can use theand(), or()
12.4.1. Configuring Predicates and Filters For DiscoveryClient Routes
-By default, the fateway defines a single predicate and filter for routes created with a DiscoveryClient.
+By default, the gateway defines a single predicate and filter for routes created with a DiscoveryClient.
The default predicate is a path predicate defined with the pattern /serviceId/**, where serviceId is
diff --git a/reference/html/spring-cloud-gateway.html b/reference/html/spring-cloud-gateway.html
index a9484eb1..042263a6 100644
--- a/reference/html/spring-cloud-gateway.html
+++ b/reference/html/spring-cloud-gateway.html
@@ -627,7 +627,7 @@ The following example configures a path route predicate:
cloud:
gateway:
routes:
- - id: host_route
+ - id: path_route
uri: https://example.org
predicates:
- Path=/red/{segment},/blue/{segment}
@@ -3115,7 +3115,7 @@ By using the fluent Java API, you can use the and(), or()
12.4.1. Configuring Predicates and Filters For DiscoveryClient Routes
-By default, the fateway defines a single predicate and filter for routes created with a DiscoveryClient.
+By default, the gateway defines a single predicate and filter for routes created with a DiscoveryClient.
The default predicate is a path predicate defined with the pattern /serviceId/**, where serviceId is