From a98d88583006744ff0033dcc9d186d31fb151940 Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Fri, 28 Sep 2018 12:57:30 +0100 Subject: [PATCH] Typo (#652) environnement = environment --- docs/topics/memory_saving.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/memory_saving.md b/docs/topics/memory_saving.md index e6b744f4..c7f9a0cb 100644 --- a/docs/topics/memory_saving.md +++ b/docs/topics/memory_saving.md @@ -43,7 +43,7 @@ usage of PhpSpreadsheet. ## Common use cases 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, or use [pre-existing libraries](https://packagist.org/search/?q=psr-16).