Skip to content

Commit 1e489a7

Browse files
authored
Merge pull request #46957 from mpandya15/issue_46005
[GH#46005] Minor sentence fix
2 parents 153eec1 + 8d33526 commit 1e489a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/deployments-rolling-strategy.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A rolling deployment typically waits for new pods to become `ready` via a readin
1414
- When you want to take no downtime during an application update.
1515
- When your application supports having old code and new code running at the same time.
1616

17-
A rolling deployment means you to have both old and new versions of your code running at the same time. This typically requires that your application handle N-1 compatibility.
17+
A rolling deployment means you have both old and new versions of your code running at the same time. This typically requires that your application handle N-1 compatibility.
1818

1919
.Example rolling strategy definition
2020
[source,yaml]

0 commit comments

Comments
 (0)