aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/guide/i18n.ngdoc
diff options
context:
space:
mode:
authorkamagatos2013-03-26 12:47:39 -0300
committerIgor Minar2013-04-11 15:21:33 -0700
commitb86815fb5bc108a0479a69f2dfb2d528543ae341 (patch)
tree1e4f5cfeafdaf2d5628bee04f377c9b2ada75713 /docs/content/guide/i18n.ngdoc
parentaa3acc5229b40b14322849894d6ccda3a9459e8b (diff)
downloadangular.js-b86815fb5bc108a0479a69f2dfb2d528543ae341.tar.bz2
docs(guide/i18n): fix a typo
Diffstat (limited to 'docs/content/guide/i18n.ngdoc')
-rw-r--r--docs/content/guide/i18n.ngdoc2
1 files changed, 1 insertions, 1 deletions
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`