From 074a4f4abb07bb32ad139303f44091ed15fccde3 Mon Sep 17 00:00:00 2001 From: Faraz Fazli Date: Mon, 2 Jan 2017 15:50:54 -0500 Subject: [PATCH] docs(toh-5): fix typo (#3063) --- 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 ac463a19d2..967ded7f4c 100644 --- a/public/docs/ts/latest/tutorial/toh-pt5.jade +++ b/public/docs/ts/latest/tutorial/toh-pt5.jade @@ -436,7 +436,7 @@ code-example(language="html"). ### Parameterized route We *can* add the hero's `id` to the URL. When routing to the hero whose `id` is 11, - we could expect to see an URL such as this: + we could expect to see a URL such as this: code-example(format="nocode"). /detail/11