File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -618,7 +618,7 @@ $stdio->write('hello world!' . PHP_EOL);
618618```
619619
620620Depending on your program, it may or may not be reasonable to
621- replace all such occurences .
621+ replace all such occurrences .
622622As an alternative, you may utilize output buffering that will
623623automatically forward all write events to the [ ` Stdio ` ] ( #stdio )
624624instance like this:
@@ -653,7 +653,7 @@ HHVM.
653653It's * highly recommended to use the latest supported PHP version* for this project.
654654
655655Internally, 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
657657work-around that should otherwise work equally well.
658658Installing ` ext-mbstring ` is highly recommended.
659659
You can’t perform that action at this time.
0 commit comments