From 6b89647504cfc13593eb2c45c480b0389d232bf1 Mon Sep 17 00:00:00 2001 From: Prem Sugeendran <271522295+premsreelathasugeendran@users.noreply.github.com> Date: Mon, 11 May 2026 12:47:09 +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=20validate.ts=20JSDoc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/cli/src/lib/cmds/validate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/src/lib/cmds/validate.ts b/packages/cli/src/lib/cmds/validate.ts index db91e4078..03afb3013 100644 --- a/packages/cli/src/lib/cmds/validate.ts +++ b/packages/cli/src/lib/cmds/validate.ts @@ -22,7 +22,7 @@ import {printValidationResult} from '../pwaValidationHelper'; const log = new ConsoleLog('validate'); /** - * Runs the PwaValidator to check a given URL agains the Quality criteria. More information on the + * Runs the PwaValidator to check a given URL against the Quality criteria. More information on the * Quality Criteria available at: https://web.dev/using-a-pwa-in-your-android-app/#quality-criteria * @param {ParsedArgs} args */