commit 755a08143b94aca4edc08eed6d55e56d6cae1625
parent 121a1ea45a4c7055bca9206f19e1213b32211d87
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Thu, 27 May 2021 04:13:34 -0400
fix typo: s/doest not match with/does not match/
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/frontend/src/ApplicationReadyRoutes.tsx b/packages/frontend/src/ApplicationReadyRoutes.tsx
@@ -67,7 +67,7 @@ export function ApplicationReadyRoutes(): VNode {
if (!match || !match[1]) {
// this should be rare because
// query to /config is ok but the URL
- // doest not match with our pattern
+ // does not match our pattern
return <Fragment>
<NotYetReadyAppMenu title="Error" onLogout={clearTokenAndGoToRoot} />
<NotificationCard notification={{