Skip to content

Commit 97ec0d7

Browse files
authored
Update README.adoc
1 parent 244f8db commit 97ec0d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There's no need to install this plugin manually, although you want to keep it up
1616
== Note to plugin developers
1717

1818
If you are developing a plugin that depends on http://kohsuke.org/github-api[github-api],
19-
it's is highly recommended that you depend on this pluging as opposed to bundle the jar locally.
19+
it's is highly recommended that you depend on this plugin as opposed to bundle the jar locally.
2020
Doing so (as opposed to depending on `+org.kohsuke:github-api+` as a jar),
2121
we can eliminate the classloader problems caused by having multiple copies of github-api loaded.
2222
Specifically, if plugin A and B both locally includes its own copy of the `+github-api.jar+` and another plugin C depends on A and B, it'll break.

0 commit comments

Comments
 (0)