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

Commit f7cf6fd

Browse files
jevonearthwardbell
jevonearth
authored andcommitted
docs(toh-6): Fix typo in 'Add/Delete in the HeroesComponent' section.
closes #1603
1 parent 06f8002 commit f7cf6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/docs/ts/latest/tutorial/toh-pt6.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ figure.image-display
289289
+makeExample('toh-6/ts/app/heroes.component.ts', 'add', 'app/heroes.component.ts (add)')(format=".")
290290
:marked
291291
The `HeroDetailComponent` does most of the work. All we do is toggle an `*ngIf` flag that
292-
swaps it into the DOM when were add a hero and remove it from the DOM when the user is done.
292+
swaps it into the DOM when we add a hero and removes it from the DOM when the user is done.
293293

294294
The *delete* logic is a bit trickier.
295295
+makeExample('toh-6/ts/app/heroes.component.ts', 'delete', 'app/heroes.component.ts (delete)')(format=".")

0 commit comments

Comments
 (0)