We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25e47a1 commit 5e974c4Copy full SHA for 5e974c4
1 file changed
readme.md
@@ -136,7 +136,7 @@ The next table demonstrates available API. Left column are `terminal` object pro
136
<tr>
137
<td>onUserInput(<b>cb</b>)</td>
138
<td>
139
- <b>cb</b>(<u>text</u>, <u>mode</u>) is fired right after user press enter. Argument
+ <b>cb</b>(<u>text</u>, <u>mode</u>) is fired right after user presses enter. Argument
140
<code>text</code> is a <code>String</code> of user input, and
141
<code>mode</code> is a <code>Number</code>, which can be compared
142
with one of the terminal mode constants, such as <code>MODE_PROMPT</code>.
0 commit comments