From 2755a74f6b5772b44668d395d22e819b239d07a1 Mon Sep 17 00:00:00 2001 From: CtrlSpice Date: Thu, 28 Nov 2024 13:48:37 -0800 Subject: [PATCH] typo --- desktopexporter/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktopexporter/config.go b/desktopexporter/config.go index e858fb0..0b341bb 100644 --- a/desktopexporter/config.go +++ b/desktopexporter/config.go @@ -12,7 +12,7 @@ type Config struct { // DbPath defines the path of your database file. Setting an enpty string opens DuckDB in in-memory mode DbPath string `mapstructure:"db"` - // IsDev launches the app in dev mode, which Avoids recompiling the back-end during + // IsDev launches the app in dev mode, which avoids recompiling the back-end during // front-end development by serving the latter from the filesystem instead of embeddeding it. IsDev bool `mapstructure:"dev"` }