Skip to content

Commit 7b9a399

Browse files
committed
Fix typo
1 parent ec06d2c commit 7b9a399

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
|_|_| |_|_|
99
```
1010

11-
`kill-mysql-query` interactively shows long running queries in MySQL database and provide option kill them one by one.
11+
`kill-mysql-query` interactively shows long running queries in MySQL database and provides option to kill them one by one.
1212

1313
👉 Great for firefighting situations 🔥🚨🚒
1414

kill-mysql-query.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ func showHelp() {
9494
|_|_| |_|_|
9595
9696
kill-mysql-query interactively shows long running queries in MySQL database
97-
and provide option kill them one by one. Great for firefighting. 🔥🚨🚒
97+
and provides option to kill them one by one. Great for firefighting. 🔥🚨🚒
9898
9999
It can connect to MySQL server as configured, using SSH Tunnel if necessary
100100
and let you decide which query to kill. By default queries running for more

0 commit comments

Comments
 (0)