You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix typo: users -> uses
* Use proper capitalization for GitHub
* Updates _github_ and _Github_ to _GitHub_
* Fix typo: users -> user's; The level of access belongs to the user, so use a possessive to indicate
it.
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@
41
41
<artifactId>github-oauth</artifactId>
42
42
<version>0.29-SNAPSHOT</version>
43
43
<name>GitHub Authentication plugin</name>
44
-
<description>A Jenkins authentication plugin that delegates to github. We also implement an Authorization Strategy that users the acquired OAuth token to interact with the Github API to determine a users level of access to Jenkins.</description>
44
+
<description>A Jenkins authentication plugin that delegates to GitHub. We also implement an Authorization Strategy that uses the acquired OAuth token to interact with the GitHub API to determine a user's level of access to Jenkins.</description>
0 commit comments