File tree 1 file changed +2
-2
lines changed
public/docs/dart/latest/tutorial
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ code-example(language="bash").
62
62
63
63
All of our component names end in "Component". All of our component file names end in "_component".
64
64
65
- We spell our filenames in lower **underscore case**
65
+ We spell our filenames in lower **underscore case**
66
66
(AKA **[snake_case](../guide/glossary.html#!#snake_case)**) so we don't worry about
67
67
case sensitivity on the server or in source control.
68
68
@@ -164,7 +164,7 @@ code-example(format=".").
164
164
:marked
165
165
The two components won't coordinate until we bind the `selectedHero` property of the `AppComponent`
166
166
to the `HeroDetailComponent` element's `hero` property like this:
167
- code-example( format ="." )
167
+ code-example( format ="." ) .
168
168
< my-hero-detail [hero]="selectedHero"> < /my-hero-detail>
169
169
:marked
170
170
The `AppComponent`’s template should now look like this
You can’t perform that action at this time.
0 commit comments