Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit d69b84b

Browse files
cppwfsjvalkeal
authored andcommitted
Quick spelling fix
1 parent 34f2e73 commit d69b84b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-cloud-dataflow-docs/src/main/asciidoc/appendix-contributing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ They can also be added after the original pull request but before a merge.
2121

2222
* Use the Spring Framework code format conventions. If you use Eclipse, you can import formatter settings by using the `eclipse-code-formatter.xml` file from the https://github.com/spring-cloud/spring-cloud-build/blob/master/spring-cloud-dependencies-parent/eclipse-code-formatter.xml[Spring Cloud Build] project.
2323
If using IntelliJ, you can use the http://plugins.jetbrains.com/plugin/6546[Eclipse Code Formatter Plugin] to import the same file.
24-
* Make sure all new `.java` files have a simple Javadoc class comment with at least an `@author` tag identifying you, and preferably at least a paragraph describig the class's purpose.
24+
* Make sure all new `.java` files have a simple Javadoc class comment with at least an `@author` tag identifying you, and preferably at least a paragraph describing the class's purpose.
2525
* Add the ASF license header comment to all new `.java` files (to do so, copy from existing files in the project).
2626
* Add yourself as an `@author` to the .java files that you modify substantially (more than cosmetic changes).
2727
* Add some Javadocs and, if you change the namespace, some XSD doc elements.

0 commit comments

Comments
 (0)