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

Commit 6f02f76

Browse files
twinssbcwardbell
authored andcommitted
docs: remove duplicated words in toh-pt6.jade
closes #1575
1 parent 2f3cb40 commit 6f02f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ code-example(format="." language="bash").
235235
:marked
236236
The same save method is used for both add and edit since `HeroService` will know when to call `post` vs `put` based on the state of the `Hero` object.
237237

238-
After we save a hero, we redirect the browser back to the to the previous page using the `goBack()` method.
238+
After we save a hero, we redirect the browser back to the previous page using the `goBack()` method.
239239

240240
+makeExample('toh-6/ts/app/hero-detail.component.ts', 'goback', 'app/hero-detail.component.ts (goBack)')(format=".")
241241

0 commit comments

Comments
 (0)