Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 498d63e

Browse filesBrowse files
committed
Typos spotted by Jesse
1 parent 7dc620a commit 498d63e
Copy full SHA for 498d63e

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/main/java/org/kohsuke/github/GitHub.java

Copy file name to clipboardExpand all lines: src/main/java/org/kohsuke/github/GitHub.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,11 @@ public static GitHub connectToEnterpriseAnonymously(String apiUrl) throws IOExce
216216
}
217217

218218
/**
219-
* An off-line only {@link GitHub} useful for parsing event notification from an unknown source.
219+
* An offline-only {@link GitHub} useful for parsing event notification from an unknown source.
220220
*
221221
* All operations that require a connection will fail.
222222
*
223-
* @return An off-line only {@link GitHub}.
223+
* @return An offline-only {@link GitHub}.
224224
*/
225225
public static GitHub offline() {
226226
try {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.