Skip to content

Commit

Permalink
fix(scully): typo on error (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
geromegrignon authored Apr 13, 2020
1 parent 536d11c commit 9523df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scully/utils/handlers/routeDiscovery.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function routeDiscovery(unhandledRoutes: string[], localBaseFilter:
)
).filter(r => !r.route.endsWith('*'));
} catch (e) {
logError(`Problem during route handling, se below for details`);
logError(`Problem during route handling, see below for details`);
console.error(e);
}
performance.mark('stopDiscovery');
Expand Down

0 comments on commit 9523df0

Please sign in to comment.