diff --git a/src/lib/functions/netlify-function.ts b/src/lib/functions/netlify-function.ts index c33b232e751..baf87fb3a13 100644 --- a/src/lib/functions/netlify-function.ts +++ b/src/lib/functions/netlify-function.ts @@ -314,7 +314,7 @@ export default class NetlifyFunction { } /** - * Matches all routes agains the incoming request. If a match is found, then the matched route is returned. + * Matches all routes against the incoming request. If a match is found, then the matched route is returned. * @returns matched route */ async matchURLPath(rawPath: string, method: string, hasStaticFile: () => Promise) {