Commit 299b599
committed
fix(docs): quote es frontmatter descriptions containing colons
Two Spanish translations replaced the English em-dash with a colon in the
frontmatter description. An unquoted YAML scalar containing ': ' is parsed as
a nested mapping, breaking the docs build (YAMLException: bad indentation of a
mapping entry). Wrap both descriptions in double quotes.
- content/docs/build/packages.es.mdx
- content/docs/quickstart.es.mdx1 parent 9e5d9d8 commit 299b599
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments