Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 59dfe1b

Browse files
martingbrowngkalpak
authored andcommitted
docs(guide/i18n): fix typos
Closes #15616
1 parent 50ebfb7 commit 59dfe1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/guide/i18n.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ directive}. Additionally, you can use {@link guide/i18n#messageformat-extension
2626
All localizable Angular components depend on locale-specific rule sets managed by the {@link
2727
ng.$locale `$locale` service}.
2828

29-
There a few examples that showcase how to use Angular filters with various locale rule sets in the
29+
There are a few examples that showcase how to use Angular filters with various locale rule sets in the
3030
[`i18n/e2e` directory](https://github.com/angular/angular.js/tree/master/i18n/e2e) of the Angular
3131
source code.
3232

@@ -85,7 +85,7 @@ requires German locale, you would serve index_de-de.html which will look somethi
8585

8686
Both approaches described above require you to prepare different `index.html` pages or JavaScript
8787
files for each locale that your app may use. You also need to configure your server to serve
88-
the correct file that correspond to the desired locale.
88+
the correct file that corresponds to the desired locale.
8989

9090
The second approach (including the locale JavaScript file in `index.html`) may be slower because
9191
an extra script needs to be loaded.

0 commit comments

Comments
 (0)