Skip to content

Commit 56f86a7

Browse files
committed
typo
1 parent 613fc0f commit 56f86a7

File tree

1 file changed

+1
-1
lines changed
  • stubbornjava-webapp/src/main/java/com/stubbornjava/webapp/post

1 file 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
@@ -690,7 +690,7 @@ public class PostData {
690690
);
691691
posts.add(PostRaw.builder()
692692
.postId(3L)
693-
.title("Installing Java, supervisord and other service dependencies with Ansible")
693+
.title("Installing Java, supervisord, and other service dependencies with Ansible")
694694
.metaDesc("Example using Ansible to install java8, supervisord, users, groups and file structures in a repeatable way. Configuring AWS EC2 instances with Ansible example.")
695695
.dateCreated(LocalDateTime.parse("2017-11-17T01:15:30"))
696696
.dateUpdated(LocalDateTime.parse("2017-11-17T01:15:30"))

0 commit comments

Comments
 (0)