From 5e28e4a078c85b65df7181d3030f50b9089f8665 Mon Sep 17 00:00:00 2001 From: Harvey Sanders Date: Tue, 21 May 2024 14:56:45 -0500 Subject: [PATCH] Fix comment typos --- fly-io-config/etc/litefs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly-io-config/etc/litefs.yml b/fly-io-config/etc/litefs.yml index e169606..09a368e 100644 --- a/fly-io-config/etc/litefs.yml +++ b/fly-io-config/etc/litefs.yml @@ -11,7 +11,7 @@ fuse: data: dir: "/var/lib/litefs" -# This flag ensure that LiteFS continues to run if there is an issue on starup. +# This flag ensures that LiteFS continues to run if there is an issue on start up. # It makes it easy to ssh in and debug any issues you might be having rather # than continually restarting on initialization failure. exit-on-error: false