diff --git a/developer_manual/app/css.rst b/developer_manual/app/css.rst index 1043b47fe..7476a7117 100644 --- a/developer_manual/app/css.rst +++ b/developer_manual/app/css.rst @@ -124,7 +124,7 @@ The count should be limitted to 999 and turn to 999+ if any higher number is giv .. code-block:: js - app.filter('countFormatter', function () { + app.filter('counterFormatter', function () { 'use strict'; return function (count) { if (count > 999) { @@ -138,7 +138,7 @@ Use it like this: .. code-block:: html -