diff --git a/docs/configuration.md b/docs/configuration.md index 70fe4b84a..d39f66fd7 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -19,9 +19,9 @@ A configuration file is usually placed in your project’s root folder. It is or }, "typecheck": { "enabled": true - } + }, "plpgsqlCheck": { - "enabled" : true + "enabled": true } } ```