docs(cookbook): text following a node requires a dot

This commit is contained in:
Peter Bacon Darwin 2016-08-06 07:45:32 +01:00
parent 63e0e6eaf6
commit 9f03fca039
1 changed files with 22 additions and 22 deletions

View File

@ -15,7 +15,7 @@ a(id='top')
## The problem with *<title>* ## The problem with *<title>*
The obvious approach is to bind a property of the component to the HTML `<title>` like this: The obvious approach is to bind a property of the component to the HTML `<title>` like this:
code-example(format='') code-example(format='').
&lt;title&gt;{{This_Does_Not_Work}}&lt;/title&gt; &lt;title&gt;{{This_Does_Not_Work}}&lt;/title&gt;
:marked :marked
Sorry but that won't work. Sorry but that won't work.