From 136ada1f9818de0ff1c6f6ade375eb8ed353e9e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caspar=20H=C3=BCbinger?= Date: Wed, 7 Aug 2019 17:39:09 +0200 Subject: [PATCH] =?UTF-8?q?Docs:=20BE=20=E2=86=92=20AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Actually just two typos I caught on the way. 🙂 --- docs/troubleshooting.md | 2 +- docs/wp-cli.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 600bd51c..1b079cc4 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -22,7 +22,7 @@ All containers should have a status of "Up". If they do not, you can inspect the ## Services keep stopping -By default docker machine sets a default memory limit of 2gb for all of your containers. Because of this if your system becomes too busy or you're running multiple instances of local server it is reccommended to increase this limit to at least 4gb. +By default docker machine sets a default memory limit of 2gb for all of your containers. Because of this if your system becomes too busy or you're running multiple instances of local server it is recommended to increase this limit to at least 4gb. In the docker GUI go to the "Preferences" pane, then the "Advanced" tab and move the memory slider up. diff --git a/docs/wp-cli.md b/docs/wp-cli.md index 630ad4f6..f32b8272 100644 --- a/docs/wp-cli.md +++ b/docs/wp-cli.md @@ -6,7 +6,7 @@ The Local Server allows you to run [WP CLI](https://wp-cli.org/) commands via th composer local-server cli -- post list ``` -To install a a new language file and activate it: +To install a new language file and activate it: ```sh composer local-server cli -- language core install fr_FR