From fdd650bcb95df9d2d662e7e146a4fb51c65d01f5 Mon Sep 17 00:00:00 2001 From: Stefan Chrobot Date: Mon, 27 Feb 2017 11:37:07 +0100 Subject: [PATCH] docs(toh): fix typo (#3301) --- public/docs/ts/latest/tutorial/toh-pt5.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt5.jade b/public/docs/ts/latest/tutorial/toh-pt5.jade index 462e1f8c2e..b2044cf0c5 100644 --- a/public/docs/ts/latest/tutorial/toh-pt5.jade +++ b/public/docs/ts/latest/tutorial/toh-pt5.jade @@ -798,7 +798,7 @@ block heroes-component-cleanup :marked Refresh the browser and start clicking. We can navigate around the app, from the dashboard to hero details and back, - for heroes list to the mini-detail to the hero details and back to the heroes again. + from heroes list to the mini-detail to the hero details and back to the heroes again. We can jump back and forth between the dashboard and the heroes. We've met all of the navigational requirements that propelled this chapter.