Skip to content

Commit 305be60

Browse files
committed
fixed typos
1 parent e85bc8a commit 305be60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ There are some guidelines which will make applying PRs easier for us:
6161
+ Check for unnecessary whitespace with `git diff --check` before committing.
6262
+ Make sure your commit messages are in the proper format. Your commit message should contain the key of the JIRA issue.
6363
```
64-
[MPH-XXX] - Subject of the JIRA Ticket
64+
[MGPG-XXX] - Subject of the JIRA Ticket
6565
Optional supplemental description.
6666
```
6767
+ Make sure you have added the necessary tests (JUnit/IT) for your changes.
@@ -82,7 +82,7 @@ Additional Resources
8282
--------------------
8383

8484
+ [Contributing patches](https://maven.apache.org/guides/development/guide-maven-development.html#Creating_and_submitting_a_patch)
85-
+ [Apache Maven GPG JIRA project page]
85+
+ [Apache Maven GPG JIRA project page][jira]
8686
+ [Contributor License Agreement][cla]
8787
+ [General GitHub documentation](https://help.github.com/)
8888
+ [GitHub pull request documentation](https://help.github.com/send-pull-requests/)

0 commit comments

Comments
 (0)