@@ -25,7 +25,7 @@ much any API that already uses Promises.
2525* ** Async execution of operations** -
2626 Choose how many async operations should be processed at once (concurrently).
2727 Process their results as soon as responses come in.
28- The Promise-based design provides a * sane* interface to working with out of bound results.
28+ The Promise-based design provides a * sane* interface to working with out of order results.
2929* ** Standard interfaces** -
3030 Allows easy integration with existing higher-level components by implementing
3131 ReactPHP's standard [ promises] ( #promises ) and [ streaming interfaces] ( #streaming ) .
@@ -652,7 +652,7 @@ This project follows [SemVer](https://semver.org/).
652652This will install the latest supported version:
653653
654654``` bash
655- $ composer require clue/reactphp-flux:^1.1
655+ $ composer require clue/reactphp-flux:^1.2
656656```
657657
658658See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
@@ -695,7 +695,7 @@ This project is released under the permissive [MIT license](LICENSE).
695695
696696* If you want to process structured NDJSON files (` .ndjson ` file extension),
697697 you may want to use [ clue/reactphp-ndjson] ( https://github.com/clue/reactphp-ndjson )
698- on the input stream before passing the decoded stream to the transformator .
698+ on the input stream before passing the decoded stream to the transformer .
699699
700700* If you want to process compressed GZIP files (` .gz ` file extension),
701701 you may want to use [ clue/reactphp-zlib] ( https://github.com/clue/reactphp-zlib )
0 commit comments