Skip to content

Commit

Permalink
Fix typo (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
GennadySpb committed Sep 13, 2021
1 parent 2fce813 commit 09fabf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/templates/data-templates.md
Expand Up @@ -106,7 +106,7 @@ Achievements:
- "Reads documentation"
{{</ code-toggle >}}

You can use the following code to render the `Short Description` in your layout::
You can use the following code to render the `Short Description` in your layout:

```
<div>Short Description of {{.Site.Data.User0123.Name}}: <p>{{ index .Site.Data.User0123 "Short Description" | markdownify }}</p></div>
Expand Down

0 comments on commit 09fabf7

Please sign in to comment.