Skip to content

Commit fa286e8

Browse files
authored
Fix typo (#19651)
1 parent a794297 commit fa286e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/stateless-application/guestbook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Replace POD-NAME with the name of your Pod.
7979

8080
### Creating the Redis Master Service
8181

82-
The guestbook applications needs to communicate to the Redis master to write its data. You need to apply a [Service](/docs/concepts/services-networking/service/) to proxy the traffic to the Redis master Pod. A Service defines a policy to access the Pods.
82+
The guestbook application needs to communicate to the Redis master to write its data. You need to apply a [Service](/docs/concepts/services-networking/service/) to proxy the traffic to the Redis master Pod. A Service defines a policy to access the Pods.
8383

8484
{{< codenew file="application/guestbook/redis-master-service.yaml" >}}
8585

0 commit comments

Comments
 (0)