Skip to content

Commit

Permalink
Merge pull request #105 from yadaiio/typos
Browse files Browse the repository at this point in the history
Fix typos in README.md
  • Loading branch information
clue authored Nov 7, 2023
2 parents 27df4ca + 08c7097 commit d8fb651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ $stdio->write('hello world!' . PHP_EOL);
```

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

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

Expand Down

0 comments on commit d8fb651

Please sign in to comment.