Skip to content

Commit 19b7c39

Browse files
committed
Fix typos in the README ToC
1 parent fa6c13e commit 19b7c39

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugin-gradle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ BUILD SUCCESSFUL
5959
- [Groovy](#groovy) ([eclipse groovy](#eclipse-groovy))
6060
- [Kotlin](#kotlin) ([ktlint](#ktlint), [ktfmt](#ktfmt), [prettier](#prettier))
6161
- [Scala](#scala) ([scalafmt](#scalafmt))
62-
- [C/C++](#c-c++) ([eclipse cdt](#eclipse-cdt))
62+
- [C/C++](#cc) ([eclipse cdt](#eclipse-cdt))
6363
- [FreshMark](#freshmark) aka markdown
6464
- [Antlr4](#antlr4) ([antlr4formatter](#antlr4formatter))
6565
- [SQL](#sql) ([dbeaver](#dbeaver), [prettier](#prettier))

plugin-maven/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ user@machine repo % mvn spotless:check
4949
- [Java](#java) ([google-java-format](#google-java-format), [eclipse jdt](#eclipse-jdt), [prettier](#prettier))
5050
- [Kotlin](#kotlin) ([ktlint](#ktlint), [ktfmt](#ktfmt), [prettier](#prettier))
5151
- [Scala](#scala) ([scalafmt](#scalafmt))
52-
- [C/C++](#c-c++) ([eclipse cdt](#eclipse-cdt))
52+
- [C/C++](#cc) ([eclipse cdt](#eclipse-cdt))
5353
- [Antlr4](#antlr4) ([antlr4formatter](#antlr4formatter))
5454
- [Typescript](#typescript) ([tsfmt](#tsfmt), [prettier](#prettier))
5555
- Multiple languages
@@ -61,7 +61,7 @@ user@machine repo % mvn spotless:check
6161
- [How can I enforce formatting gradually? (aka "ratchet")](#ratchet)
6262
- [Line endings and encodings (invisible stuff)](#line-endings-and-encodings-invisible-stuff)
6363
- [Disabling warnings and error messages](#disabling-warnings-and-error-messages)
64-
- [How do I preview what `spotlessApply` will do?](#how-do-i-preview-what-spotlessapply-will-do)
64+
- [How do I preview what `mvn spotless:apply` will do?](#how-do-i-preview-what-mvn-spotlessapply-will-do)
6565
- [Can I apply Spotless to specific files?](#can-i-apply-spotless-to-specific-files)
6666
- [Example configurations (from real-world projects)](#examples)
6767

0 commit comments

Comments
 (0)