Skip to content

Commit 9ad322d

Browse files
Update connect-applications-service.md
Semantic fix
1 parent 8face3d commit 9ad322d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tutorials/services/connect-applications-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ Note there's no mention of your Service. This is because you created the replica
189189
before the Service. Another disadvantage of doing this is that the scheduler might
190190
put both Pods on the same machine, which will take your entire Service down if
191191
it dies. We can do this the right way by killing the 2 Pods and waiting for the
192-
Deployment to recreate them. This time around the Service exists *before* the
192+
Deployment to recreate them. This time the Service exists *before* the
193193
replicas. This will give you scheduler-level Service spreading of your Pods
194194
(provided all your nodes have equal capacity), as well as the right environment
195195
variables:

0 commit comments

Comments
 (0)