From 491de48bc498f8fff326130988d549bb893de03a Mon Sep 17 00:00:00 2001 From: Prem Sugeendran <271522295+premsreelathasugeendran@users.noreply.github.com> Date: Mon, 11 May 2026 12:46:45 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20typo=20"agains"=20=C3=A2=E2=80=A0?= =?UTF-8?q?=E2=80=99=20"against"=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) {