Skip to content

Commit 5e21b57

Browse files
authored
Merge pull request #37 from yadaiio/typos
Fix typos in documentation
2 parents bc0a87f + cebe596 commit 5e21b57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## 1.2.0 (2018-07-09)
1010

11-
* Feature: Forward compatiblity with EventLoop v0.5 and upcoming v1.0.
11+
* Feature: Forward compatibility with EventLoop v0.5 and upcoming v1.0.
1212
(#28 by @clue)
1313

1414
* Improve test suite by updating Travis config to test against legacy PHP 5.3 through PHP 7.2.

src/ControlCodeParser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class ControlCodeParser extends EventEmitter implements ReadableStreamInterface
3131
* C1 types in 8 bit are currently not supported, as they require special
3232
* care with regards to whether UTF-8 mode is enabled. So far this has
3333
* turned out to be a non-issue because most terminal emulators *accept*
34-
* boths formats, but usually *send* in 7 bit mode exclusively.
34+
* both formats, but usually *send* in 7 bit mode exclusively.
3535
*/
3636
private $types = array(
3737
'[' => 'csi',

0 commit comments

Comments
 (0)