Skip to content

Commit b26be33

Browse files
authored
docs: front matter language example should use lang (#2939)
1 parent 6d3f3d3 commit b26be33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/docs/guide/frontmatter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lang: en-US
2121

2222
# {{ $frontmatter.title }}
2323

24-
My blog post is written in {{ $frontmatter.language }}.
24+
My blog post is written in {{ $frontmatter.lang }}.
2525
```
2626

2727
## Alternative frontmatter Formats

0 commit comments

Comments
 (0)