Skip to content

Commit e0232b9

Browse files
committed
Fix typo in comment for GitHub Offboarding form submission in products.js
1 parent f77fb4d commit e0232b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index/products.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function handleSignUpModals() {
102102
};
103103
}
104104

105-
// GitHub Offboarding form submission
105+
// Github Offboarding form submission
106106
if (githubOffboardingForm) {
107107
githubOffboardingForm.onsubmit = (e) => {
108108
e.preventDefault();

0 commit comments

Comments
 (0)