From 83a944b99541cfa2ec63db59338c1f04e95e0790 Mon Sep 17 00:00:00 2001 From: Drew Winstel Date: Fri, 15 Jan 2016 13:26:34 -0600 Subject: [PATCH] docs(guide/template-syntax): fix typo painfull -> painfully closes #706 --- public/docs/ts/latest/guide/template-syntax.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade index b9162075e6..498c7cad44 100644 --- a/public/docs/ts/latest/guide/template-syntax.jade +++ b/public/docs/ts/latest/guide/template-syntax.jade @@ -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