Skip to content

Commit 37bf10b

Browse files
Merge pull request vincenzopalazzo#173 from francescofact/master
Fix typos and plurals
2 parents c355cf9 + a164e06 commit 37bf10b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,16 +86,16 @@ before submit the code check the Java format with the following command on the r
8686
./gradlew verifyGoogleJavaFormat
8787
```
8888

89-
It any error are reported please run the following command to try to fix it
89+
If any error are reported please run the following command to fix them
9090

9191
```bash
9292
./gradlew googleJavaFormat
9393
```
9494

95-
p.s: The gradle plugin work with all the JDK version >= 9 (or better with java byte code version compatible with the version 55.0)
95+
P.S.: The gradle plugin works with all the JDK versions >= 9 (or better with java byte code version compatible with the version 55.0)
9696

97-
For more details about the JDK support see the [this issue](https://github.com/sherter/google-java-format-gradle-plugin/issues/58)
98-
and to know more about the Google Java code Style see the [this reference](https://google.github.io/styleguide/javaguide.html)
97+
For more details about the JDK support see [this issue](https://github.com/sherter/google-java-format-gradle-plugin/issues/58)
98+
and to know more about the Google Java code Style see [this reference](https://google.github.io/styleguide/javaguide.html)
9999

100100
## Build with Material-UI-Swing
101101
_**List of projects with Material-UI-Swing theme**_

0 commit comments

Comments
 (0)