From 897c426f59dd73fcac8031598d4f3ad6ca630216 Mon Sep 17 00:00:00 2001 From: Daniel Diekmeier Date: Tue, 10 Nov 2015 14:05:54 +0100 Subject: [PATCH] Fix missing space in "tomarkup" --- docs/options.md | 4 ++-- src/languages/css.coffee | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/options.md b/docs/options.md index 50104d4..5e002c9 100644 --- a/docs/options.md +++ b/docs/options.md @@ -407,7 +407,7 @@ Determines whether comments should be indented. (Supported by Pretty Diff) **Description**: -if indentation should be forcefully applied tomarkup even if it disruptively adds unintended whitespace to the documents rendered output (Supported by Pretty Diff) +if indentation should be forcefully applied to markup even if it disruptively adds unintended whitespace to the documents rendered output (Supported by Pretty Diff) **Example `.jsbeautifyrc` Configuration** @@ -5706,7 +5706,7 @@ Determines whether comments should be indented. (Supported by Pretty Diff) **Description**: -if indentation should be forcefully applied tomarkup even if it disruptively adds unintended whitespace to the documents rendered output (Supported by Pretty Diff) +if indentation should be forcefully applied to markup even if it disruptively adds unintended whitespace to the documents rendered output (Supported by Pretty Diff) **Example `.jsbeautifyrc` Configuration** diff --git a/src/languages/css.coffee b/src/languages/css.coffee index 87419c6..d891552 100644 --- a/src/languages/css.coffee +++ b/src/languages/css.coffee @@ -64,7 +64,7 @@ module.exports = { force_indentation: type: 'boolean' default: false - description: "if indentation should be forcefully applied to\ + description: "if indentation should be forcefully applied to \ markup even if it disruptively adds unintended whitespace \ to the documents rendered output" convert_quotes: