diff --git a/src/main/java/org/kohsuke/github/GHRepository.java b/src/main/java/org/kohsuke/github/GHRepository.java index 46601c6000..887ad71418 100644 --- a/src/main/java/org/kohsuke/github/GHRepository.java +++ b/src/main/java/org/kohsuke/github/GHRepository.java @@ -1455,7 +1455,7 @@ public PagedIterable listForks(final ForkSort sort) { /** * Forks this repository as your repository. * - * @return Newly forked repository that belong to you. + * @return Newly forked repository that belongs to you. * @throws IOException * the io exception * @deprecated Use {@link #createFork(String, String, boolean)} instead @@ -1488,7 +1488,7 @@ public GHBranchSync sync(String branch) throws IOException { * * @param org * the org - * @return Newly forked repository that belong to you. + * @return Newly forked repository that belongs to you. * @throws IOException * the io exception * @deprecated Use {@link #createFork(String, String, boolean)} instead