From 4e6104a9393e1b24831909bb3f6811568c3db413 Mon Sep 17 00:00:00 2001 From: Yash <69746573+xambassador@users.noreply.github.com> Date: Fri, 12 Dec 2025 00:31:59 +0530 Subject: [PATCH] fix typo (#17347) --- packages/svelte/tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/svelte/tests/README.md b/packages/svelte/tests/README.md index 6dde66f6cb..9e450a7176 100644 --- a/packages/svelte/tests/README.md +++ b/packages/svelte/tests/README.md @@ -1,6 +1,6 @@ # Test repo -This repo tries to migrate as many tests from the currente Svelte project over to test against the new compiler/runtime. +This repo tries to migrate as many tests from the current Svelte project over to test against the new compiler/runtime. ## Differences to the old test suite