docs(toh-5): fix typo (#3063)

This commit is contained in:
Faraz Fazli 2017-01-02 15:50:54 -05:00 committed by Ward Bell
parent ce174a26fb
commit 074a4f4abb

View File

@ -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