Skip to content

Commit 16c4090

Browse files
authored
docs: fix JSON typo in settings example (#24517)
## Summary Fix a typo in the `fixViolation` example in `docs/editors/settings.md` by removing a stray `=`. ## Test Plan - not applicable (documentation-only change)
1 parent 99d97bd commit 16c4090

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/editors/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ Whether to display Quick Fix actions to autofix violations.
652652
"initialization_options": {
653653
"settings": {
654654
"codeAction": {
655-
"fixViolation": = {
655+
"fixViolation": {
656656
"enable": false
657657
}
658658
}

0 commit comments

Comments
 (0)