diff --git a/docs/options.md b/docs/options.md index 84d5fba..d677417 100644 --- a/docs/options.md +++ b/docs/options.md @@ -1718,7 +1718,7 @@ If lists of assignments or properties should be vertically aligned for faster an **Description**: -Path to custom CSScomb config file, used in absense of a `.csscomb.json` or `.csscomb.cson` at the root of your project. (Supported by CSScomb) +Path to custom CSScomb config file, used in absence of a `.csscomb.json` or `.csscomb.cson` at the root of your project. (Supported by CSScomb) **Example `.jsbeautifyrc` Configuration** @@ -1922,7 +1922,7 @@ Add a newline between CSS rules (Supported by JS Beautify, Pretty Diff) **Description**: -If in CSS values leading 0s immediately preceeding a decimal should be removed or prevented. (Supported by Pretty Diff) +If in CSS values leading 0s immediately preceding a decimal should be removed or prevented. (Supported by Pretty Diff) **Example `.jsbeautifyrc` Configuration** @@ -7074,7 +7074,7 @@ Automatically beautify LaTeX files on save **Description**: - (Supported by Latex Beautify) +Aligns columns by the alignment tabs for environments specified (Supported by Latex Beautify) **Example `.jsbeautifyrc` Configuration** @@ -7179,7 +7179,7 @@ Indentation character (Supported by Latex Beautify) **Description**: -Indent the preable (Supported by Latex Beautify) +Indent the preamble (Supported by Latex Beautify) **Example `.jsbeautifyrc` Configuration** @@ -7356,7 +7356,7 @@ If lists of assignments or properties should be vertically aligned for faster an **Description**: -Path to custom CSScomb config file, used in absense of a `.csscomb.json` or `.csscomb.cson` at the root of your project. (Supported by CSScomb) +Path to custom CSScomb config file, used in absence of a `.csscomb.json` or `.csscomb.cson` at the root of your project. (Supported by CSScomb) **Example `.jsbeautifyrc` Configuration** @@ -7536,7 +7536,7 @@ Add a newline between CSS rules (Supported by Pretty Diff) **Description**: -If in CSS values leading 0s immediately preceeding a decimal should be removed or prevented. (Supported by Pretty Diff) +If in CSS values leading 0s immediately preceding a decimal should be removed or prevented. (Supported by Pretty Diff) **Example `.jsbeautifyrc` Configuration** @@ -10084,7 +10084,7 @@ Automatically beautify Python files on save **Description**: -formater used by pybeautifier (Supported by autopep8, pybeautifier) +formatter used by pybeautifier (Supported by autopep8, pybeautifier) **Example `.jsbeautifyrc` Configuration** @@ -10957,7 +10957,7 @@ If lists of assignments or properties should be vertically aligned for faster an **Description**: -Path to custom CSScomb config file, used in absense of a `.csscomb.json` or `.csscomb.cson` at the root of your project. (Supported by CSScomb) +Path to custom CSScomb config file, used in absence of a `.csscomb.json` or `.csscomb.cson` at the root of your project. (Supported by CSScomb) **Example `.jsbeautifyrc` Configuration** @@ -11137,7 +11137,7 @@ Add a newline between CSS rules (Supported by Pretty Diff) **Description**: -If in CSS values leading 0s immediately preceeding a decimal should be removed or prevented. (Supported by Pretty Diff) +If in CSS values leading 0s immediately preceding a decimal should be removed or prevented. (Supported by Pretty Diff) **Example `.jsbeautifyrc` Configuration** @@ -12181,7 +12181,7 @@ Add a newline between CSS rules (Supported by Pretty Diff) **Description**: -If in CSS values leading 0s immediately preceeding a decimal should be removed or prevented. (Supported by Pretty Diff) +If in CSS values leading 0s immediately preceding a decimal should be removed or prevented. (Supported by Pretty Diff) **Example `.jsbeautifyrc` Configuration** @@ -15191,7 +15191,7 @@ Supported options for each beautifier. **Description**: -Path to custom CSScomb config file, used in absense of a `.csscomb.json` or `.csscomb.cson` at the root of your project. (Supported by CSScomb) +Path to custom CSScomb config file, used in absence of a `.csscomb.json` or `.csscomb.cson` at the root of your project. (Supported by CSScomb) **Example `.jsbeautifyrc` Configuration** @@ -16742,7 +16742,7 @@ Indentation uses tabs, overrides `Indent Size` and `Indent Char` (Supported by L **Description**: -Indent the preable (Supported by Latex Beautify) +Indent the preamble (Supported by Latex Beautify) **Example `.jsbeautifyrc` Configuration** @@ -16842,7 +16842,7 @@ Remove trailing whitespace (Supported by Latex Beautify) **Description**: - (Supported by Latex Beautify) +Aligns columns by the alignment tabs for environments specified (Supported by Latex Beautify) **Example `.jsbeautifyrc` Configuration** @@ -17973,7 +17973,7 @@ If lists of assignments or properties should be vertically aligned for faster an **Description**: -If in CSS values leading 0s immediately preceeding a decimal should be removed or prevented. (Supported by Pretty Diff) +If in CSS values leading 0s immediately preceding a decimal should be removed or prevented. (Supported by Pretty Diff) **Example `.jsbeautifyrc` Configuration** @@ -19737,7 +19737,7 @@ do not fix these errors/warnings (Supported by autopep8, pybeautifier) **Description**: -formater used by pybeautifier (Supported by autopep8, pybeautifier) +formatter used by pybeautifier (Supported by autopep8, pybeautifier) **Example `.jsbeautifyrc` Configuration** @@ -20090,7 +20090,7 @@ do not fix these errors/warnings (Supported by autopep8, pybeautifier) **Description**: -formater used by pybeautifier (Supported by autopep8, pybeautifier) +formatter used by pybeautifier (Supported by autopep8, pybeautifier) **Example `.jsbeautifyrc` Configuration** diff --git a/src/languages/css.coffee b/src/languages/css.coffee index dada0c7..40fd1a7 100644 --- a/src/languages/css.coffee +++ b/src/languages/css.coffee @@ -78,13 +78,13 @@ module.exports = { no_lead_zero: type: 'boolean' default: false - description: "If in CSS values leading 0s immediately preceeding \ + description: "If in CSS values leading 0s immediately preceding \ a decimal should be removed or prevented." configPath: title: "comb custom config file" type: 'string' default: "" - description: "Path to custom CSScomb config file, used in absense of a \ + description: "Path to custom CSScomb config file, used in absence of a \ `.csscomb.json` or `.csscomb.cson` at the root of your project." predefinedConfig: title: "comb predefined config" diff --git a/src/languages/latex.coffee b/src/languages/latex.coffee index 8cf625a..70331bb 100644 --- a/src/languages/latex.coffee +++ b/src/languages/latex.coffee @@ -44,7 +44,7 @@ module.exports = { indent_preamble: type: 'boolean' default: false - description: "Indent the preable" + description: "Indent the preamble" always_look_for_split_braces: type: 'boolean' default: true @@ -60,5 +60,5 @@ module.exports = { align_columns_in_environments: type: 'array' default:["tabular", "matrix", "bmatrix", "pmatrix"] - decription: "Aligns columns by the alignment tabs for environments specified" + description: "Aligns columns by the alignment tabs for environments specified" } diff --git a/src/languages/nginx.coffee b/src/languages/nginx.coffee index 9e5419c..1f116a6 100644 --- a/src/languages/nginx.coffee +++ b/src/languages/nginx.coffee @@ -38,5 +38,5 @@ module.exports = { title: "Don't join curly brackets" type: "boolean" default: true - descriotion: "" + description: "" } diff --git a/src/languages/python.coffee b/src/languages/python.coffee index 3331f2e..b8d8f4d 100644 --- a/src/languages/python.coffee +++ b/src/languages/python.coffee @@ -38,7 +38,7 @@ module.exports = { type: 'string' default: 'autopep8' enum: ['autopep8', 'yapf'] - description: "formater used by pybeautifier" + description: "formatter used by pybeautifier" style_config: type: 'string' default: 'pep8' diff --git a/src/options.json b/src/options.json index d207c82..b55a4a2 100644 --- a/src/options.json +++ b/src/options.json @@ -1072,7 +1072,7 @@ "no_lead_zero": { "type": "boolean", "default": false, - "description": "If in CSS values leading 0s immediately preceeding a decimal should be removed or prevented. (Supported by Pretty Diff)", + "description": "If in CSS values leading 0s immediately preceding a decimal should be removed or prevented. (Supported by Pretty Diff)", "title": "No lead zero", "beautifiers": [ "Pretty Diff" @@ -1087,7 +1087,7 @@ "title": "comb custom config file", "type": "string", "default": "", - "description": "Path to custom CSScomb config file, used in absense of a `.csscomb.json` or `.csscomb.cson` at the root of your project. (Supported by CSScomb)", + "description": "Path to custom CSScomb config file, used in absence of a `.csscomb.json` or `.csscomb.cson` at the root of your project. (Supported by CSScomb)", "beautifiers": [ "CSScomb" ], @@ -4239,7 +4239,7 @@ "indent_preamble": { "type": "boolean", "default": false, - "description": "Indent the preable (Supported by Latex Beautify)", + "description": "Indent the preamble (Supported by Latex Beautify)", "title": "Indent preamble", "beautifiers": [ "Latex Beautify" @@ -4300,7 +4300,7 @@ "bmatrix", "pmatrix" ], - "decription": "Aligns columns by the alignment tabs for environments specified", + "description": "Aligns columns by the alignment tabs for environments specified (Supported by Latex Beautify)", "title": "Align columns in environments", "beautifiers": [ "Latex Beautify" @@ -4309,8 +4309,7 @@ "language": { "name": "LaTeX", "namespace": "latex" - }, - "description": " (Supported by Latex Beautify)" + } }, "disabled": { "title": "Disable Beautifying Language", @@ -4490,7 +4489,7 @@ "no_lead_zero": { "type": "boolean", "default": false, - "description": "If in CSS values leading 0s immediately preceeding a decimal should be removed or prevented. (Supported by Pretty Diff)", + "description": "If in CSS values leading 0s immediately preceding a decimal should be removed or prevented. (Supported by Pretty Diff)", "title": "No lead zero", "beautifiers": [ "Pretty Diff" @@ -4505,7 +4504,7 @@ "title": "comb custom config file", "type": "string", "default": "", - "description": "Path to custom CSScomb config file, used in absense of a `.csscomb.json` or `.csscomb.cson` at the root of your project. (Supported by CSScomb)", + "description": "Path to custom CSScomb config file, used in absence of a `.csscomb.json` or `.csscomb.cson` at the root of your project. (Supported by CSScomb)", "beautifiers": [ "CSScomb" ], @@ -5439,7 +5438,7 @@ "title": "Don't join curly brackets", "type": "boolean", "default": true, - "descriotion": "", + "description": " (Supported by Nginx Beautify)", "beautifiers": [ "Nginx Beautify" ], @@ -5447,8 +5446,7 @@ "language": { "name": "Nginx", "namespace": "nginx" - }, - "description": " (Supported by Nginx Beautify)" + } }, "disabled": { "title": "Disable Beautifying Language", @@ -6110,7 +6108,7 @@ "autopep8", "yapf" ], - "description": "formater used by pybeautifier (Supported by autopep8, pybeautifier)", + "description": "formatter used by pybeautifier (Supported by autopep8, pybeautifier)", "title": "Formater", "beautifiers": [ "autopep8", @@ -6707,7 +6705,7 @@ "no_lead_zero": { "type": "boolean", "default": false, - "description": "If in CSS values leading 0s immediately preceeding a decimal should be removed or prevented. (Supported by Pretty Diff)", + "description": "If in CSS values leading 0s immediately preceding a decimal should be removed or prevented. (Supported by Pretty Diff)", "title": "No lead zero", "beautifiers": [ "Pretty Diff" @@ -6722,7 +6720,7 @@ "title": "comb custom config file", "type": "string", "default": "", - "description": "Path to custom CSScomb config file, used in absense of a `.csscomb.json` or `.csscomb.cson` at the root of your project. (Supported by CSScomb)", + "description": "Path to custom CSScomb config file, used in absence of a `.csscomb.json` or `.csscomb.cson` at the root of your project. (Supported by CSScomb)", "beautifiers": [ "CSScomb" ], @@ -7323,7 +7321,7 @@ "no_lead_zero": { "type": "boolean", "default": false, - "description": "If in CSS values leading 0s immediately preceeding a decimal should be removed or prevented. (Supported by Pretty Diff)", + "description": "If in CSS values leading 0s immediately preceding a decimal should be removed or prevented. (Supported by Pretty Diff)", "title": "No lead zero", "beautifiers": [ "Pretty Diff"