From ff48ef02c10f5cff86ed0d8143583c9238823885 Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Thu, 2 Nov 2017 07:44:44 -0400 Subject: [PATCH] Fixed typo in best practice documentation --- develop/dev-best-practices.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/develop/dev-best-practices.md b/develop/dev-best-practices.md index bef4976d3a..1e8416a705 100644 --- a/develop/dev-best-practices.md +++ b/develop/dev-best-practices.md @@ -75,7 +75,7 @@ keep image size small: - For production, use [secrets](/engine/swarm/secrets.md) to store sensitive application data used by services, and use [configs](/engine/swarm/configs.md) for non-sensitive data such as configuration files. If you currently use - standalone constainers, consider migrating to use single-replica services, so + standalone containers, consider migrating to use single-replica services, so that you can take advantage of these service-only features. ## Use swarm services when possible