environnement = environment
This commit is contained in:
Phil Taylor 2018-09-28 12:57:30 +01:00 committed by Adrien Crivelli
parent bebfb1e41a
commit a98d885830
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ usage of PhpSpreadsheet.
## Common use cases ## Common use cases
PhpSpreadsheet does not ship with alternative cache implementation. It is up to PhpSpreadsheet does not ship with alternative cache implementation. It is up to
you to select the most appropriate implementation for your environnement. You you to select the most appropriate implementation for your environment. You
can either implement [PSR-16](http://www.php-fig.org/psr/psr-16/) from scratch, can either implement [PSR-16](http://www.php-fig.org/psr/psr-16/) from scratch,
or use [pre-existing libraries](https://packagist.org/search/?q=psr-16). or use [pre-existing libraries](https://packagist.org/search/?q=psr-16).