From d0b2f62de5fe8fdb4af2789d1e6c1ca9d0c1f237 Mon Sep 17 00:00:00 2001 From: Jasper Vandemalle Date: Sun, 4 Oct 2020 11:24:32 +0200 Subject: [PATCH] Fix typos in MarkDown --- PADDEDCELL.md | 2 +- plugin-gradle/README.md | 2 +- plugin-maven/README.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PADDEDCELL.md b/PADDEDCELL.md index 41bc13dc7e..233657d491 100644 --- a/PADDEDCELL.md +++ b/PADDEDCELL.md @@ -48,7 +48,7 @@ This is easiest to show in an example: * Convergence: `'ATT' 'AT' 'A' 'A'` + `F(F('ATT'))` did not equal `F('ATT')`, but there is no cycle. + Eventually, the sequence converged on `A`. - + As a result, we will use `A` as the canoncial format. + + As a result, we will use `A` as the canonical format. * Divergence: `'1' '12' '123' '1234' '12345' ...` + This format does not cycle or converge diff --git a/plugin-gradle/README.md b/plugin-gradle/README.md index abe184e095..9ffaffb885 100644 --- a/plugin-gradle/README.md +++ b/plugin-gradle/README.md @@ -468,7 +468,7 @@ sql.formatter.keyword.case=UPPER sql.formatter.statement.delimiter=; # Indentation style (space or tab) sql.formatter.indent.type=space -# Number of identation characters +# Number of indentation characters sql.formatter.indent.size=4 ``` diff --git a/plugin-maven/README.md b/plugin-maven/README.md index e27c9f7c77..8e365cf700 100644 --- a/plugin-maven/README.md +++ b/plugin-maven/README.md @@ -410,9 +410,9 @@ Groovy-Eclipse formatting errors/warnings lead per default to a build failure. T [homepage](https://dbeaver.io/). DBeaver is only distributed as a monolithic jar, so the formatter used here was copy-pasted into Spotless, and thus there is no version to change. ```xml - + dbeaver.props - + ``` Default configuration file, other options [available here](https://github.com/diffplug/spotless/blob/main/lib/src/main/java/com/diffplug/spotless/sql/dbeaver/DBeaverSQLFormatterConfiguration.java).