From b16bffbf7672c42c86fe31a88014af8b4df449eb Mon Sep 17 00:00:00 2001 From: kamagatos Date: Tue, 26 Mar 2013 12:47:39 -0300 Subject: docs(guide/i18n): fix a typo --- docs/content/guide/i18n.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/i18n.ngdoc') diff --git a/docs/content/guide/i18n.ngdoc b/docs/content/guide/i18n.ngdoc index 946f16c0..0c94bf6d 100644 --- a/docs/content/guide/i18n.ngdoc +++ b/docs/content/guide/i18n.ngdoc @@ -53,7 +53,7 @@ There are two approaches to providing locale rules to Angular: You can pre-bundle the desired locale file with Angular by concatenating the content of the locale-specific file to the end of `angular.js` or `angular.min.js` file. -For example on *nix, to create a an angular.js file that contains localization rules for german +For example on *nix, to create an angular.js file that contains localization rules for german locale, you can do the following: `cat angular.js i18n/angular-locale_de-ge.js > angular_de-ge.js` -- cgit v1.2.3