From ab1ba832de82881bb0b505547fde8578906037f5 Mon Sep 17 00:00:00 2001 From: Premsugeendran Date: Mon, 11 May 2026 08:46:45 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20typo=20"agains"=20=E2=86=92=20"ag?= =?UTF-8?q?ainst"=20in=20netlify-function.ts=20JSDoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/functions/netlify-function.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {