docs: fix misleading typo in comment

This commit is contained in:
Parkreiner
2024-06-25 21:54:13 +00:00
parent 5f418c3253
commit b283ac3129

View File

@@ -395,7 +395,7 @@ function hideFormForInitialSubmission() {
);
}
// Always safe to call this immediately because even if the Angular app isn't
// Always safe to call these immediately because even if the Angular app isn't
// loaded by the time the function gets called, the CSS will always be globally
// available for when Angular is finally ready
setupAlwaysOnStyles();