Skip to content

Commit d11e6f4

Browse files
authored
Fix typos
1 parent d630e22 commit d11e6f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ The default configuration is as follows:
9191
}
9292
```
9393

94-
Any of these settings can be overridden either from the commondline, e.g. `--vim.keys.break="C-b"`, a `.vimdebugrc` json file selectively overriding properties or environment variables in the form of `export vimdebug_vim__keys__break="C-a"`.
94+
Any of these settings can be overridden either from the command line, e.g. `--vim.keys.break="C-b"`, a `.vimdebugrc` json file selectively overriding properties or environment variables in the form of `export vimdebug_vim__keys__break="C-a"`.
9595

96-
The `.vimdebugrc` can be placed either in the current working directory, any directory above the current or the current user's home directory. In case there are multiple they will override eachother in this order.
96+
The `.vimdebugrc` can be placed either in the current working directory, any directory above the current or the current user's home directory. In case there are multiple they will override each other in this order.
9797

9898
## agent
9999

@@ -105,11 +105,11 @@ Port the agent uses to establish a connection.
105105

106106
## debugger
107107

108-
Settings for the spawn debugger. Only relevant when the debugger spawn from the `node-vim-inspector` client, e.e. it is called with the path of a NodeJS program to debug.
108+
Settings for the spawn debugger. Only relevant when the debugger spawn from the `node-vim-inspector` client, e.g. it is called with the path of a NodeJS program to debug.
109109

110110
### debugger.port
111111

112-
Port to spwan the debugger on.
112+
Port to spawn the debugger on.
113113

114114
## vim
115115

0 commit comments

Comments
 (0)