Skip to content

Commit 5487c3c

Browse files
aaguileragaryrussell
authored andcommitted
Fix typo
1 parent b66c247 commit 5487c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ None of these is essential for a pull request, but they will all help. They can
6767
* Use the Spring Framework code format conventions (import `eclipse-code-formatter.xml` from the root of the project if you are using Eclipse).
6868
* Make sure all new .java files to have a simple Javadoc class comment with at least an @author tag identifying you, and preferably at least a paragraph on what the class is for.
6969
* Add the ASF license header comment to all new .java files (copy from existing files in the project)
70-
* Add yourself as an @author to the .java files that you modify substantially (moew than cosmetic changes).
70+
* Add yourself as an @author to the .java files that you modify substantially (more than cosmetic changes).
7171
* Add some Javadocs and, if you change the namespace, some XSD doc elements (Spring AMQP is not stellar in this area yet, but it will have to come up to scratch one day, so you will be helping a lot).
7272
* A few unit tests would help a lot as well - someone has to do it.
7373
* If no-one else is using your branch, please rebase it against the current master (or other target branch in the main project).

0 commit comments

Comments
 (0)