Skip to content

Commit b86815f

Browse files
kamagatosIgorMinar
authored andcommitted
docs(guide/i18n): fix a typo
1 parent aa3acc5 commit b86815f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/i18n.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ There are two approaches to providing locale rules to Angular:
5353
You can pre-bundle the desired locale file with Angular by concatenating the content of the
5454
locale-specific file to the end of `angular.js` or `angular.min.js` file.
5555

56-
For example on *nix, to create a an angular.js file that contains localization rules for german
56+
For example on *nix, to create an angular.js file that contains localization rules for german
5757
locale, you can do the following:
5858

5959
`cat angular.js i18n/angular-locale_de-ge.js > angular_de-ge.js`

0 commit comments

Comments
 (0)