From 1edadcc6bbb7530462f594e6e2f310a8cc51c659 Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Fri, 18 Jan 2019 16:30:36 +0100 Subject: [PATCH] Correct some spelling mistake in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 073c1f3..50ee087 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ targeted at developers and map designers. - :link: Design your maps online at **** (all in local storage) -Mapbox has built one of the best and most amazing OSS ecosystems. A key component to ensure its longevity and independance is an OSS map designer. +Mapbox has built one of the best and most amazing OSS ecosystems. A key component to ensure its longevity and independence is an OSS map designer. ## Donations @@ -55,7 +55,7 @@ The build process will watch for changes to the filesystem, rebuild and autorelo > webpack uses the file system to get notified of file changes. In some cases this does not work. For example, when using Network File System (NFS). Vagrant also has a lot of problems with this. Snippet from -To enable polling add `export WEBPACK_DEV_SERVER_POLLING=1` to your enviroment. +To enable polling add `export WEBPACK_DEV_SERVER_POLLING=1` to your environment. ``` npm run build