Skip to content

Commit d8fb651

Browse files
authored
Merge pull request #105 from yadaiio/typos
Fix typos in README.md
2 parents 27df4ca + 08c7097 commit d8fb651

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
@@ -618,7 +618,7 @@ $stdio->write('hello world!' . PHP_EOL);
618618
```
619619

620620
Depending on your program, it may or may not be reasonable to
621-
replace all such occurences.
621+
replace all such occurrences.
622622
As an alternative, you may utilize output buffering that will
623623
automatically forward all write events to the [`Stdio`](#stdio)
624624
instance like this:
@@ -653,7 +653,7 @@ HHVM.
653653
It's *highly recommended to use the latest supported PHP version* for this project.
654654

655655
Internally, it will use the `ext-mbstring` to count and measure string sizes.
656-
If this extension is missing, then this library will use a slighty slower Regex
656+
If this extension is missing, then this library will use a slightly slower Regex
657657
work-around that should otherwise work equally well.
658658
Installing `ext-mbstring` is highly recommended.
659659

0 commit comments

Comments
 (0)