From c08e5b7e46b5b721a1315dba78985640abd10a6c Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Sun, 5 Mar 2017 15:44:43 +0000 Subject: [PATCH] Fix typo --- components/console/helpers/formatterhelper.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/console/helpers/formatterhelper.rst b/components/console/helpers/formatterhelper.rst index 38faaee4353..18982bb0fb1 100644 --- a/components/console/helpers/formatterhelper.rst +++ b/components/console/helpers/formatterhelper.rst @@ -4,7 +4,7 @@ Formatter Helper ================ -The Formatter helpers provides functions to format the output with colors. +The Formatter helper provides functions to format the output with colors. You can do more advanced things with this helper than you can in :doc:`/console/coloring`.