From bc0ad9c2ae4498a042cde1b92ff36ab1512635d9 Mon Sep 17 00:00:00 2001 From: gtmnayan Date: Thu, 11 May 2023 08:59:27 +0545 Subject: [PATCH] spelling --- test/runtime-puppeteer/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtime-puppeteer/index.js b/test/runtime-puppeteer/index.js index 88ba9dd866..65a37b2323 100644 --- a/test/runtime-puppeteer/index.js +++ b/test/runtime-puppeteer/index.js @@ -21,7 +21,7 @@ describe('runtime (playwright)', () => { console.log('[runtime-playwright] Loaded Svelte'); browser = await chromium.launch(); - console.log('[runtime-playwright] Launchedplaywrightr browser'); + console.log('[runtime-playwright] Launched playwright browser'); }); after(async () => {