Skip to content

Commit 49e1ab4

Browse files
authored
fix typo in scalafmt gradle readme (#1612)
2 parents 94d18e9 + f3c5771 commit 49e1ab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin-gradle/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,8 @@ spotless {
430430
```gradle
431431
spotless {
432432
scala {
433-
// version and configFile, majorScalaVersion are all optional
434-
scalafmt('3.5.9').configFile('scalafmt.conf').majorScalaVersion('2.13')
433+
// version and configFile, scalaMajorVersion are all optional
434+
scalafmt('3.5.9').configFile('scalafmt.conf').scalaMajorVersion('2.13')
435435
```
436436
437437
<a name="applying-to-cc-sources"></a>

0 commit comments

Comments
 (0)