From c09dc5190aa110316b0bb9ba41d5a70b371495e0 Mon Sep 17 00:00:00 2001 From: marten Date: Sat, 19 Aug 2017 21:39:42 +0200 Subject: [PATCH] Fix typo in faq Signed-off-by: Marten --- docs/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.md b/docs/faq.md index 5560e5bd7..eff13088d 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -12,7 +12,7 @@ updater container to control this for people who want to use this. We generally use external tooling such as [Infrakit](https://github.com/docker/infrakit) or CloudFormation templates to manage the update process externally from LinuxKit, including -doing rolling cluster upgrades to make sure distributed applciations stay up and responsive. +doing rolling cluster upgrades to make sure distributed applications stay up and responsive. Updates may preserve the state disk used by applications if needed, either on the same physical node, or by reattaching a virtual cloud volume to a new node.