Skip to content

Commit 0a5d65e

Browse files
author
Matt Raible
committed
Fix typos
1 parent 698f238 commit 0a5d65e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-cloud-gateway/demo.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The brackets at the end of each step indicate the alias's or IntelliJ Live Templ
7474

7575
. Add a `FaveCarsController` [`webflux-controller-fave`]
7676

77-
. Show how `http://localhost:8080/hyfave-cars` only returns an ID Buzz
77+
. Show how `http://localhost:8080/fave-cars` only returns an ID Buzz
7878

7979
== Add Failover with Hystrix
8080

@@ -84,7 +84,7 @@ Spring Cloud Gateway only supports Hystrix at this time. Spring Cloud deprecated
8484

8585
. Create a `CarsFallback` controller [`hystrix-fallback`]
8686

87-
. Restart your gateway and confirm http://localhost:8080/cars works, then shutdown car service to show fallback
87+
. Restart your gateway and confirm `http://localhost:8080/cars` works, then shutdown car service to show fallback
8888

8989
== Secure Java Microservices with OAuth 2.0 and OIDC
9090

0 commit comments

Comments
 (0)