From 62a317b2a52e1d11036992aeb69518ae12d107d5 Mon Sep 17 00:00:00 2001 From: Sebastian Paczkowski <74934099+sebpacz@users.noreply.github.com> Date: Wed, 27 Jan 2021 16:55:14 +0100 Subject: [PATCH] [Lock] Fix grammar issue --- components/lock.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lock.rst b/components/lock.rst index 7b2c131947d..16049101e10 100644 --- a/components/lock.rst +++ b/components/lock.rst @@ -676,7 +676,7 @@ can be two running containers in parallel. .. caution:: All concurrent processes must use the same machine. Before starting a - concurrent process on a new machine, check that other process are stopped + concurrent process on a new machine, check that other processes are stopped on the old one. .. caution::