@@ -91,7 +91,7 @@ final TeamClient teamClient = organisationClient.createTeamClient();
9191## Supported Java versions
9292
9393This library is written and published with Java version 11. In our CI workflows, we execute
94- automated tests with the Java LTS versions 11, 17 and 21. Due to Java's backwards compatability ,
94+ automated tests with the Java LTS versions 11, 17 and 21. Due to Java's backward compatibility ,
9595this library can definitely be used in all the tested versions.
9696
9797## Contributing
@@ -104,7 +104,7 @@ mvn clean verify
104104
105105If you are a maintainer, you can release a new version by doing the following:
106106
107- - Merge the changes the need to be released into the ` master ` branch
107+ - Merge the changes that need to be released into the ` master ` branch
108108- Checkout on to master locally and pull the latest changes
109109- Run ` mvn release:prepare ` , this will generate 2 commits that will bump the version of the github-java-client
110110- Push these changes to master
@@ -116,7 +116,7 @@ If you are a maintainer, you can release a new version by doing the following:
116116
117117This module was created after existing libraries were evaluated and dismissed, and we found that we were writing similar
118118code in multiple projects. As such, it at least initially only contains enough functionality for our internal requirements
119- which reflect that we were working on build system integration with the GitHub pull requests. It has been widely used for 4+
119+ which reflects that we were working on build system integration with the GitHub pull requests. It has been widely used for 4+
120120years. It's important to notice that it does not cover all GitHub v3 API. Adding missing endpoints should be very straightforward.
121121Pull Requests are welcome.
122122
0 commit comments