From 41fd38852786609a4bd8ca86dfeeb1b62cb6754f Mon Sep 17 00:00:00 2001 From: Hari Kiran Keerthipati Date: Mon, 28 Jul 2025 18:16:11 -0400 Subject: [PATCH] Add word note to maintain consistency --- content/manuals/engine/storage/volumes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/engine/storage/volumes.md b/content/manuals/engine/storage/volumes.md index bc0eef21b4a..f8809fbb492 100644 --- a/content/manuals/engine/storage/volumes.md +++ b/content/manuals/engine/storage/volumes.md @@ -350,7 +350,7 @@ $ docker service rm devtest-service ``` Removing the service doesn't remove any volumes created by the service. -Volume removal is a separate step. +Note volume removal is a separate step. ### Populate a volume using a container