Skip to content

Commit

Permalink
Typos spotted by Jesse
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc committed Nov 8, 2016
1 parent 7dc620a commit 498d63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/kohsuke/github/GitHub.java
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,11 @@ public static GitHub connectToEnterpriseAnonymously(String apiUrl) throws IOExce
}

/**
* An off-line only {@link GitHub} useful for parsing event notification from an unknown source.
* An offline-only {@link GitHub} useful for parsing event notification from an unknown source.
*
* All operations that require a connection will fail.
*
* @return An off-line only {@link GitHub}.
* @return An offline-only {@link GitHub}.
*/
public static GitHub offline() {
try {
Expand Down

0 comments on commit 498d63e

Please sign in to comment.