Skip to content

Commit 81a5c5d

Browse files
santoshyadavdevalxhub
authored andcommitted
docs: correct line number for localize example (angular#57999)
PR Close angular#57999
1 parent e195100 commit 81a5c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adev/src/content/guide/i18n/prepare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The following `<div>` tag will display translated text as part of `div` and `ari
3636

3737
<docs-code-multifile>
3838
<docs-code header="src/app/app.component.html" path="adev/src/content/examples/i18n/src/app/app.component.html" visibleRegion="i18n-conditional"/>
39-
<docs-code header="src/app/app.component.ts" path="adev/src/content/examples/i18n/src/app/app.component.ts" visibleLines="[[14,16],[17,24],[37,39]]"/>
39+
<docs-code header="src/app/app.component.ts" path="adev/src/content/examples/i18n/src/app/app.component.ts" visibleLines="[[14,21],[33,37]]"/>
4040
</docs-code-multifile>
4141

4242
### Translate inline text without HTML element

0 commit comments

Comments
 (0)