Skip to content

Commit fce2352

Browse files
authored
fix: quote YAML frontmatter values to resolve Vale parsing error (#21826)
1 parent 227722d commit fce2352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidb-cloud/serverless-faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: {{{ .starter }}} FAQs
2+
title: "{{{ .starter }}} FAQs"
33
summary: Learn about the most frequently asked questions (FAQs) relating to {{{ .starter }}}.
44
aliases: ['/tidbcloud/serverless-tier-faqs']
55
---

0 commit comments

Comments
 (0)