Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit ebdb5e7

Browse files
docs(i18n): apply guidelines and update TOCs
1 parent 1ec0d76 commit ebdb5e7

File tree

2 files changed

+142
-122
lines changed

2 files changed

+142
-122
lines changed

public/docs/_examples/cb-i18n/ts/src/app/app.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ <h1 i18n="User welcome|An introduction header for this sample">Hello i18n!</h1>
44
<!--#enddocregion i18n-attribute-meaning-->
55

66
<!--#docregion i18n-ng-container-->
7-
<ng-container i18n>I don't output any element</ng-container>
7+
<ng-container i18n>I don't output an element</ng-container>
88
<!--#enddocregion i18n-ng-container-->
99

1010
<br />
1111

1212
<!--#docregion i18n-with-comment-->
1313
<!--i18n: optional meaning|optional description -->
14-
I don't output any element either
14+
I don't output an element either
1515
<!--/i18n-->
1616
<!--#enddocregion i18n-with-comment-->
1717

0 commit comments

Comments
 (0)