diff --git a/docs/content/2.usage/2.markdown.md b/docs/content/2.usage/2.markdown.md index 0c1c500be..50fe980d0 100755 --- a/docs/content/2.usage/2.markdown.md +++ b/docs/content/2.usage/2.markdown.md @@ -471,7 +471,7 @@ description: 'meta description of the page' customVariable: 'Custom Value' --- -# The Title is {{ $doc.title }} and customVariable is {{ $doc.customVariable}} +# The Title is {{ $doc.title }} and customVariable is {{ $doc.customVariable }} ```