chore: tweak wording

This commit is contained in:
Steven
2023-10-18 06:05:19 +08:00
parent 203b2d9181
commit 9bfb2d60b9
5 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ type Profile struct {
Port int `json:"-"`
// Data is the data directory
Data string `json:"-"`
// DSN points to where Memos stores its own data
// DSN points to where memos stores its own data
DSN string `json:"dsn"`
// Driver is the database driver
// sqlite, mysql