chore: tweak wording · wxpython/memos@9bfb2d6 · GitHub
Skip to content

Commit 9bfb2d6

Browse files
committed
chore: tweak wording
1 parent 203b2d9 commit 9bfb2d6

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion

server/integration/telegram.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func (t *TelegramHandler) MessageHandle(ctx context.Context, bot *telegram.Bot,
5757
}
5858

5959
if creatorID == 0 {
60-
_, err := bot.EditMessage(ctx, message.Chat.ID, reply.MessageID, fmt.Sprintf("Please set your telegram userid %d in UserSetting of Memos", message.From.ID), nil)
60+
_, err := bot.EditMessage(ctx, message.Chat.ID, reply.MessageID, fmt.Sprintf("Please set your telegram userid %d in UserSetting of memos", message.From.ID), nil)
6161
return err
6262
}
6363

server/profile/profile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type Profile struct {
2323
Port int `json:"-"`
2424
// Data is the data directory
2525
Data string `json:"-"`
26-
// DSN points to where Memos stores its own data
26+
// DSN points to where memos stores its own data
2727
DSN string `json:"dsn"`
2828
// Driver is the database driver
2929
// sqlite, mysql

web/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# Memos web
1+
# memos web

web/index.html

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)