docs: Remove references to language_overrides (#12169)

This PR replaces references to `language_overrides` in the docs with
just `languages`.

`language_overrides` is an alias for `languages`, and we want to move
towards just using `languages`.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers
2024-05-22 18:37:24 -04:00
committed by GitHub
parent 770a702981
commit 2564d5d648
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ For example, if you have Prettier installed and on your `PATH`, you can use it t
```json
{
"language_overrides": {
"languages": {
"JavaScript": {
"format_on_save": {
"external": {