Skip to content

Commit 5e974c4

Browse files
Readme typo fix
1 parent 25e47a1 commit 5e974c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The next table demonstrates available API. Left column are `terminal` object pro
136136
<tr>
137137
<td>onUserInput(<b>cb</b>)</td>
138138
<td>
139-
<b>cb</b>(<u>text</u>, <u>mode</u>) is fired right after user press enter. Argument
139+
<b>cb</b>(<u>text</u>, <u>mode</u>) is fired right after user presses enter. Argument
140140
<code>text</code> is a <code>String</code> of user input, and
141141
<code>mode</code> is a <code>Number</code>, which can be compared
142142
with one of the terminal mode constants, such as <code>MODE_PROMPT</code>.

0 commit comments

Comments
 (0)