Skip to content

Commit f42c309

Browse files
authored
Fix typo
1 parent 9647810 commit f42c309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ select * from user;
100100

101101
- Move the caret to the line `select * from user;` and type `<leader>rr` in VIM normal mode to run the line;
102102

103-
- Move the caret to the table name (such as `user`) and type `<leader>ds` (stands for "Descript") to show the columns of the table, type `<leader>ss` to `select *` from the table;
103+
- Move the caret to the table name (such as `user`) and type `<leader>ds` (stands for "Describe") to show the columns of the table, type `<leader>ss` to `select *` from the table;
104104

105105
- Using VIM visual mode to select a range of statement and type `<leader>rs` to execute the selected statements;
106106

@@ -110,7 +110,7 @@ After typing the shortcut the VIM window will be splitted into two, the bottom o
110110

111111
## Contribution
112112

113-
If you find it difficult to use this plugin, please open issues or help improve it by creating pull requests.
113+
If you find it difficult to use this plugin, please open issues or help to improve it by creating pull requests.
114114

115115
## Contributors
116116

0 commit comments

Comments
 (0)