Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored Nov 30, 2024
1 parent c514928 commit a2f166a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit a2f166a

Please sign in to comment.