Skip to content

Commit e36bf8d

Browse files
AustinShalitJLLeitschuh
authored andcommitted
Fix GitHub typo (#621)
1 parent 12ae9d6 commit e36bf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/main/java/edu/wpi/grip/ui/ExceptionAlert.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
/**
2424
* Displays an alert with an exception and provides a place for a user to supply information about
2525
* what caused the error. Includes a textbox with formatted markdown to allow the issue to be pasted
26-
* into GitHub easily. Also, provides links with quick access to the githup issue page.
26+
* into GitHub easily. Also, provides links with quick access to the GitHub issue page.
2727
*/
2828
public final class ExceptionAlert extends Alert {
2929
private static final String PROJECT_ISSUE_LINK = "https://github"

0 commit comments

Comments
 (0)