Skip to content

Commit

Permalink
fix(fork): Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar committed Dec 10, 2024
1 parent abfaa1c commit f4b02f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/kohsuke/github/GHRepository.java
Original file line number Diff line number Diff line change
Expand Up @@ -1455,7 +1455,7 @@ public PagedIterable<GHRepository> 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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f4b02f1

Please sign in to comment.