Skip to content

Commit

Permalink
fix typo in scalafmt gradle readme (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg authored Mar 7, 2023
2 parents 94d18e9 + f3c5771 commit 49e1ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-gradle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -430,8 +430,8 @@ spotless {
```gradle
spotless {
scala {
// version and configFile, majorScalaVersion are all optional
scalafmt('3.5.9').configFile('scalafmt.conf').majorScalaVersion('2.13')
// version and configFile, scalaMajorVersion are all optional
scalafmt('3.5.9').configFile('scalafmt.conf').scalaMajorVersion('2.13')
```
<a name="applying-to-cc-sources"></a>
Expand Down

0 comments on commit 49e1ab4

Please sign in to comment.