diff --git a/Guide/recipes.markdown b/Guide/recipes.markdown index cf5c93cf2..ea851a4da 100644 --- a/Guide/recipes.markdown +++ b/Guide/recipes.markdown @@ -430,7 +430,7 @@ case post of ## Highlight the targeted element -Let's say you have a page with comments, and you link to them with ``, that you've built like that (assuming you have a `comment.id`) +Let's say you have a page with comments, and you link to them with ``. You can build it like this (assuming you have a `comment.id`): ```haskell [hsx|