From 23f59b8d9ac4cf8cb3d28e0899eae62e7d22dadf Mon Sep 17 00:00:00 2001 From: Steve Sharp Date: Fri, 18 Aug 2017 10:46:42 -0700 Subject: [PATCH] Update services.md (#4259) Fixes typo: Currently "To prevent this from happening. ensure..." Proposed "To prevent this from happening, ensure..." --- engine/swarm/services.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/swarm/services.md b/engine/swarm/services.md index ffa063db6c..e144d3bc97 100644 --- a/engine/swarm/services.md +++ b/engine/swarm/services.md @@ -530,7 +530,7 @@ run its tasks. If your service attempts to use more memory than the swarm node has available, you may experience an Out Of Memory Exception (OOME) and a container, or the Docker daemon, might be killed by the kernel OOM killer. To prevent this from -happening. ensure that your application runs on hosts with adequate memory and +happening, ensure that your application runs on hosts with adequate memory and see [Understand the risks of running out of memory](/engine/admin/resource_constraints.md#understand-the-risks-of-running-out-of-memory).