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