Skip to content

Commit

Permalink
docs: Add missing comma in YAML configuration (#25351)
Browse files Browse the repository at this point in the history
Release Notes:

- N/A
  • Loading branch information
RemiBardon authored Feb 21, 2025
1 parent f6f6980 commit 10a6cd0
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 10a6cd0

Please sign in to comment.