Skip to content

Commit

Permalink
Typo fix: A users-> A user
Browse files Browse the repository at this point in the history
A users-> A user
  • Loading branch information
AdamDang authored Jun 2, 2018
1 parent cf54b34 commit b1fb89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contributors/design-proposals/apps/statefulset-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ kubectl rollout undo statefulset web
### Rolling Forward
Rolling back is usually the safest, and often the fastest, strategy to mitigate
deployment failure, but rolling forward is sometimes the only practical solution
for stateful applications (e.g. A users has a minor configuration error but has
for stateful applications (e.g. A user has a minor configuration error but has
already modified the storage format for the application). Users can use
sequential `kubectl apply`'s to update the StatefulSet's current
[target state](#target-state). The StatefulSet's `.Spec.GenerationPartition`
Expand Down

0 comments on commit b1fb89c

Please sign in to comment.