Skip to content

Commit f4b02f1

Browse files
committed
fix(fork): Typo
1 parent abfaa1c commit f4b02f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/kohsuke/github/GHRepository.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ public PagedIterable<GHRepository> listForks(final ForkSort sort) {
14551455
/**
14561456
* Forks this repository as your repository.
14571457
*
1458-
* @return Newly forked repository that belong to you.
1458+
* @return Newly forked repository that belongs to you.
14591459
* @throws IOException
14601460
* the io exception
14611461
* @deprecated Use {@link #createFork(String, String, boolean)} instead
@@ -1488,7 +1488,7 @@ public GHBranchSync sync(String branch) throws IOException {
14881488
*
14891489
* @param org
14901490
* the org
1491-
* @return Newly forked repository that belong to you.
1491+
* @return Newly forked repository that belongs to you.
14921492
* @throws IOException
14931493
* the io exception
14941494
* @deprecated Use {@link #createFork(String, String, boolean)} instead

0 commit comments

Comments
 (0)