docs: use correct values from `code-example` in i18n (#29920)

PR Close #29920
This commit is contained in:
hpawe01 2019-04-16 10:47:55 +02:00 committed by Alex Rickabaugh
parent b3edf494a4
commit bd3164f88a
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ except that you choose among alternative translations based on a string value in
and you define those string values. and you define those string values.
The following format message in the component template binds to the component's `gender` property, The following format message in the component template binds to the component's `gender` property,
which outputs one of the following string values: "m", "f" or "o". which outputs one of the following string values: "male", "female" or "other".
The message maps those values to the appropriate translations: The message maps those values to the appropriate translations:
<code-example path="i18n/src/app/app.component.html" region="i18n-select" header="src/app/app.component.html" linenums="false"> <code-example path="i18n/src/app/app.component.html" region="i18n-select" header="src/app/app.component.html" linenums="false">