Skip to content

Commit 982e017

Browse files
committed
Fix typo
1 parent 99db9bc commit 982e017

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

stubbornjava-webapp/src/main/java/com/stubbornjava/webapp/post/PostData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ public class PostData {
762762
);
763763
posts.add(PostRaw.builder()
764764
.postId(5L)
765-
.title("Increasing Resiliency with Circuit Breakers in your Undertow Webserver with Failsafe")
765+
.title("Increasing Resiliency with Circuit Breakers in your Undertow Web Server with Failsafe")
766766
.metaDesc("Utilize circuit breakers to fail fast and recover quickly with a CircuitBreakerHandler in Undertow. Shutoff misbehaving endpoints to allow other endpoints to proceede normally.")
767767
.dateCreated(LocalDateTime.parse("2018-02-05T01:15:30"))
768768
.dateUpdated(LocalDateTime.parse("2018-02-05T01:15:30"))

0 commit comments

Comments
 (0)