diff --git a/docs/en/02_Developer_Guides/13_i18n/index.md b/docs/en/02_Developer_Guides/13_i18n/index.md index a4db8a2c3..9cd295db6 100644 --- a/docs/en/02_Developer_Guides/13_i18n/index.md +++ b/docs/en/02_Developer_Guides/13_i18n/index.md @@ -263,7 +263,7 @@ _t('CMSMain.RESTORED', ); // Plurals are invoked via a `|` pipe-delimeter with a {count} argument -_t('MyObject.PLURALS', 'An object|{count} objects', [ 'count' => '$count ]); +_t('MyObject.PLURALS', 'An object|{count} objects', [ 'count' => $count ]); ``` #### Usage in Template Files