diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade index a563a8545f..8ef4b56a96 100644 --- a/public/docs/ts/latest/guide/template-syntax.jade +++ b/public/docs/ts/latest/guide/template-syntax.jade @@ -372,10 +372,10 @@ code-example(format="", language="html"). :marked Notice that it forced mixed-case ""text**C**ontent" to lowercase "text**c**ontent". - The solution is to write the target property name in “**lower snake case**”, + The solution is to write the target property name in “**lower kebab case**”, with a dash before each uppercase letter. We can correct the example as follows: ``` - +