Skip to content

Commit

Permalink
Merge pull request cakephp#263 from aqeeliz/master
Browse files Browse the repository at this point in the history
A minor grammatical fix in 'NumberHelper'
  • Loading branch information
AD7six committed May 22, 2012
2 parents 38b5ecf + bcbc7ca commit c555ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/core-libraries/helpers/number.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ formatting numbers.
``NumberHelper`` have been refactored into :php:class:`CakeNumber` class to
allow easier use outside of the ``View`` layer.
Within a view, these methods are accessible via the `NumberHelper`
class and you can called it as you would call a normal helper method:
class and you can call it as you would call a normal helper method:
``$this->Number->method($args);``.

.. include:: ../../core-utility-libraries/number.rst
Expand Down

0 comments on commit c555ffa

Please sign in to comment.