From 99f3444f3062ad0b2da94b4a82cdb57025691823 Mon Sep 17 00:00:00 2001 From: Kirill chEbba Chebunin Date: Fri, 24 Aug 2012 14:35:16 +0400 Subject: [PATCH] Fix typo in troubleshooting article --- doc/articles/troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/articles/troubleshooting.md b/doc/articles/troubleshooting.md index 36cc54f14..9e3cb06a2 100644 --- a/doc/articles/troubleshooting.md +++ b/doc/articles/troubleshooting.md @@ -16,10 +16,10 @@ Get current value: Increase limit with `php.ini` for a `CLI SAPI` (ex. `/etc/php5/cli/php.ini` for Debian-like systems): - ; Use -1 for unlimited or define expicit value like 512M + ; Use -1 for unlimited or define explicit value like 512M memory_limit = -1 -Or with comand line arguments: +Or with command line arguments: php -d memory_limit=-1 composer.phar <...>