This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
commit a2f166afe270f80d89f57c21fd50bc39f2f5ae57 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Sat Nov 30 15:32:44 2024 +0000 fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98f6947..debf2a5 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ There are some guidelines which will make applying PRs easier for us: + Check for unnecessary whitespace with `git diff --check` before committing. + Make sure your commit messages are in the proper format. Your commit message should contain the key of the issue. ``` -[#issue-numebr] - Subject of the issue +[#issue-number] - Subject of the issue Optional supplemental description. ``` + Update the [site documentation](https://maven.apache.org/pom/asf/) accordingly in `docs/src/site` and build it via `mvn site -f docs`