docs(guide/template-syntax): fix typo painfull -> painfully

closes #706
This commit is contained in:
Drew Winstel 2016-01-15 13:26:34 -06:00 committed by Ward Bell
parent 8183ad6f54
commit 83a944b995
1 changed files with 1 additions and 1 deletions

View File

@ -546,7 +546,7 @@ table
They do not correspond to element properties and they do not set element properties.
There are no property targets to bind to.
We become painfull aware of this fact when we try to write something like this:
We become painfully aware of this fact when we try to write something like this:
code-example(language="html").
<tr><td colspan="{{1 + 1}}">Three-Four</td></tr>
:marked