Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CtrlSpice committed Nov 28, 2024
1 parent 470b8fb commit 2755a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion desktopexporter/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit 2755a74

Please sign in to comment.