From ef6ef3ec075bbc7421ea5e9cddb10600e052192d Mon Sep 17 00:00:00 2001 From: David Yell Date: Wed, 17 Feb 2016 12:32:39 +0000 Subject: [PATCH] Update helpers.rst All other helper names are lowercase --- en/console-and-shells/helpers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/console-and-shells/helpers.rst b/en/console-and-shells/helpers.rst index c0da85baec..c01311a0f0 100644 --- a/en/console-and-shells/helpers.rst +++ b/en/console-and-shells/helpers.rst @@ -107,7 +107,7 @@ An example of all the options in use would be:: The progress helper can also be used manually to increment and re-render the progress bar as necessary:: - $progress = $this->helper('Progress'); + $progress = $this->helper('progress'); $progress->init([ 'total' => 10, 'width' => 20,