We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ae9d6 commit e36bf8dCopy full SHA for e36bf8d
ui/src/main/java/edu/wpi/grip/ui/ExceptionAlert.java
@@ -23,7 +23,7 @@
23
/**
24
* Displays an alert with an exception and provides a place for a user to supply information about
25
* 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.
+ * into GitHub easily. Also, provides links with quick access to the GitHub issue page.
27
*/
28
public final class ExceptionAlert extends Alert {
29
private static final String PROJECT_ISSUE_LINK = "https://github"
0 commit comments