From 74e62ab1596c1211f2f570445e1e469f841e843d Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Fri, 12 Jul 2019 09:41:54 +0200 Subject: [PATCH] typo fix --- docs/configuration/tmpfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/tmpfs.md b/docs/configuration/tmpfs.md index c7d6046..0975b47 100644 --- a/docs/configuration/tmpfs.md +++ b/docs/configuration/tmpfs.md @@ -23,4 +23,4 @@ Tmp files are usually removed immediately after the use. For expired files, conf ], ``` -Note: if you want to use this script as a stateless app or in any kind of multi-node environment, you must must mount a single shared TMP folder for all the instances. You can solve this problem with [Amazon Elastic File System](https://aws.amazon.com/efs/) or similar approach. +Note: if you want to use this script as a stateless app or in any kind of multi-node environment, you must mount a single shared TMP folder for all the instances. You can solve this problem with [Amazon Elastic File System](https://aws.amazon.com/efs/) or similar approach.