Skip to content

Commit 9f61840

Browse files
committed
Fix grammar in README
1 parent 766b2d5 commit 9f61840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ request but before a merge.
7979
* Use the Spring Framework code format conventions. Import `eclipse-code-formatter.xml` from the root of the project
8080
if you are using Eclipse. If using IntelliJ, copy `spring-intellij-code-style.xml` to `~/.IntelliJIdea*/config/codestyles`
8181
and select spring-intellij-code-style from Settings -> Code Styles.
82-
* Make sure all new .java files to have a simple Javadoc class comment with at least an @author tag identifying you, and
82+
* Make sure all new .java files have a simple Javadoc class comment with at least an @author tag identifying you, and
8383
preferably at least a paragraph on what the class is for.
8484
* Add the ASF license header comment to all new .java files (copy from existing files in the project)
8585
* Add yourself as an @author to the .java files that you modify substantially (more than cosmetic changes).

0 commit comments

Comments
 (0)