diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2023-01-30 21:00:33 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2023-01-30 21:00:33 +0200 |
commit | e598ffb88577683339e90381616923f41b7ebb61 (patch) | |
tree | a7b4c7cf98b2acc23cd18f1b649faf57be5d2283 | |
parent | 8584121c5ac4eaf078dd80c8b1dd294503c4667a (diff) | |
download | pf4j-e598ffb88577683339e90381616923f41b7ebb61.tar.gz pf4j-e598ffb88577683339e90381616923f41b7ebb61.zip |
Fix typo
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 03fad0f..4355bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -489,7 +489,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). [0.11.0]: https://github.com/decebals/pf4j/compare/release-0.10.0...release-0.11.0 [0.10.0]: https://github.com/decebals/pf4j/compare/release-0.9.0...release-0.10.0 -[#508]: https://github.com/pf4j/pf4j/pull/512 +[#512]: https://github.com/pf4j/pf4j/pull/512 [#508]: https://github.com/pf4j/pf4j/issues/508 [#492]: https://github.com/pf4j/pf4j/issues/492 [#490]: https://github.com/pf4j/pf4j/pull/490 |