Skip to content

Commit

Permalink
Fix typos in the README ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jul 2, 2020
1 parent fa6c13e commit 19b7c39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugin-gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ BUILD SUCCESSFUL
- [Groovy](#groovy) ([eclipse groovy](#eclipse-groovy))
- [Kotlin](#kotlin) ([ktlint](#ktlint), [ktfmt](#ktfmt), [prettier](#prettier))
- [Scala](#scala) ([scalafmt](#scalafmt))
- [C/C++](#c-c++) ([eclipse cdt](#eclipse-cdt))
- [C/C++](#cc) ([eclipse cdt](#eclipse-cdt))
- [FreshMark](#freshmark) aka markdown
- [Antlr4](#antlr4) ([antlr4formatter](#antlr4formatter))
- [SQL](#sql) ([dbeaver](#dbeaver), [prettier](#prettier))
Expand Down
4 changes: 2 additions & 2 deletions plugin-maven/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ user@machine repo % mvn spotless:check
- [Java](#java) ([google-java-format](#google-java-format), [eclipse jdt](#eclipse-jdt), [prettier](#prettier))
- [Kotlin](#kotlin) ([ktlint](#ktlint), [ktfmt](#ktfmt), [prettier](#prettier))
- [Scala](#scala) ([scalafmt](#scalafmt))
- [C/C++](#c-c++) ([eclipse cdt](#eclipse-cdt))
- [C/C++](#cc) ([eclipse cdt](#eclipse-cdt))
- [Antlr4](#antlr4) ([antlr4formatter](#antlr4formatter))
- [Typescript](#typescript) ([tsfmt](#tsfmt), [prettier](#prettier))
- Multiple languages
Expand All @@ -61,7 +61,7 @@ user@machine repo % mvn spotless:check
- [How can I enforce formatting gradually? (aka "ratchet")](#ratchet)
- [Line endings and encodings (invisible stuff)](#line-endings-and-encodings-invisible-stuff)
- [Disabling warnings and error messages](#disabling-warnings-and-error-messages)
- [How do I preview what `spotlessApply` will do?](#how-do-i-preview-what-spotlessapply-will-do)
- [How do I preview what `mvn spotless:apply` will do?](#how-do-i-preview-what-mvn-spotlessapply-will-do)
- [Can I apply Spotless to specific files?](#can-i-apply-spotless-to-specific-files)
- [Example configurations (from real-world projects)](#examples)

Expand Down

0 comments on commit 19b7c39

Please sign in to comment.