Skip to content

Commit dafdf10

Browse files
authored
fix: typos (#1874)
1 parent ceca6e8 commit dafdf10

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

mycli/TIPS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ the --auto-vertical-output flag lets you automatically switch to vertical output
3232

3333
the --show-warnings flag turns on warnings from the MySQL server!
3434

35-
the --no-warn flag turns off warnings befor running a destructive query!
35+
the --no-warn flag turns off warnings before running a destructive query!
3636

3737
the --init-command option lets you execute initialization SQL before a session!
3838

@@ -116,7 +116,7 @@ run "export VISUAL='code --wait'" in your shell to \edit queries using VS Code!
116116

117117
set environment variable MYCLI_LLM_OFF to skip loading LLM libraries!
118118

119-
set environment variable MYCLI_HISTFILE to relocate the hitory file!
119+
set environment variable MYCLI_HISTFILE to relocate the history file!
120120

121121
set environment variable MYSQL_PWD to set a default password!
122122

@@ -186,9 +186,9 @@ collapse multiple spaces using keystroke alt-\!
186186

187187
undo using keystroke control-_ or control-x + control-u!
188188

189-
ditto the last argument of the previious command with keystroke alt-.!
189+
ditto the last argument of the previous command with keystroke alt-.!
190190

191-
ditto the last argument of the previious command with keystroke alt-_!
191+
ditto the last argument of the previous command with keystroke alt-_!
192192

193193
turn the current query into a comment with keystroke alt-#!
194194

0 commit comments

Comments
 (0)