diff --git a/public/docs/ts/latest/tutorial/index.jade b/public/docs/ts/latest/tutorial/index.jade index 0471aaf200..912fb7caeb 100644 --- a/public/docs/ts/latest/tutorial/index.jade +++ b/public/docs/ts/latest/tutorial/index.jade @@ -47,9 +47,9 @@ figure.image-display img(src='/resources/images/devguide/toh/hero-details-1.png' alt="Details of hero in app") :marked + Clicking the "Back" button would return us to the "Dashboard". Links at the top can take us to either of the main views. - We'll click the "Back" button which sends us to the "Heroes" master list view with - "Magneta" as the selected hero. + We'll click "Heroes". The app takes to the "Heroes" master list view. figure.image-display img(src='/resources/images/devguide/toh/heroes-list-2.png' alt="Output of heroes list app")