Skip to content

Commit

Permalink
yaml: Add missing comma in JSON code block
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiBardon authored Feb 21, 2025
1 parent 144d8a1 commit 1a3acd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/languages/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You can customize the formatting behavior of Prettier. For example to use single
{
"overrides": [
{
"files": ["*.yaml", "*.yml"]
"files": ["*.yaml", "*.yml"],
"options": {
"singleQuote": false
}
Expand Down

0 comments on commit 1a3acd4

Please sign in to comment.