Skip to content

Commit

Permalink
Fix typos in MarkDown
Browse files Browse the repository at this point in the history
  • Loading branch information
jasper-vandemalle committed Oct 4, 2020
1 parent 87e89db commit d0b2f62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion PADDEDCELL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion plugin-gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
4 changes: 2 additions & 2 deletions plugin-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
<dbveaer>
<dbeaver>
<configFile>dbeaver.props</configFile> <!-- configFile is optional -->
</dbveaer>
</dbeaver>
```

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).
Expand Down

0 comments on commit d0b2f62

Please sign in to comment.