docs: Add missing comma in YAML configuration (#25351)

Rémi Bardon created

Release Notes:

- N/A

Change summary

docs/src/languages/yaml.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

docs/src/languages/yaml.md 🔗

@@ -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
       }