From 2373fc811b11e52735d15b3e0062d1e27e5f635c Mon Sep 17 00:00:00 2001
From: buildmaster
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
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