This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git
The following commit(s) were added to refs/heads/master by this push: new 2fbb4d7 fix typo (#277) 2fbb4d7 is described below commit 2fbb4d7c0f21ef186033d39e44d87992af0a906b Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Sat Nov 30 15:58:23 2024 +0000 fix typo (#277) --- 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`