Skip to content

Commit

Permalink
Fix typos in README.de
Browse files Browse the repository at this point in the history
  • Loading branch information
yadaiio committed Nov 7, 2023
1 parent 27df4ca commit 08c7097
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 08c7097

Please sign in to comment.