diff --git a/docs/tutorials/stateful-application/basic-stateful-set.md b/docs/tutorials/stateful-application/basic-stateful-set.md index 557e8488bd..a8098b1713 100644 --- a/docs/tutorials/stateful-application/basic-stateful-set.md +++ b/docs/tutorials/stateful-application/basic-stateful-set.md @@ -399,7 +399,7 @@ three replicas. ```shell kubectl patch sts web -p '{"spec":{"replicas":3}}' -"web" patched +statefulset "web" patched ``` Wait for `web-4` and `web-3` to transition to Terminating.