From cb972ecdba92326e67c6cc37f672c58b88fdc3a5 Mon Sep 17 00:00:00 2001 From: Tim McCabe Date: Sun, 5 Feb 2023 06:23:43 -0500 Subject: [PATCH 1/3] [chore] fix `a11y-no-nointeractive-tabindex` typo (#8252) --- .../input.svelte | 0 .../warnings.json | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/validator/samples/{a11y-no-nointeractive-tabindex => a11y-no-noninteractive-tabindex}/input.svelte (100%) rename test/validator/samples/{a11y-no-nointeractive-tabindex => a11y-no-noninteractive-tabindex}/warnings.json (100%) diff --git a/test/validator/samples/a11y-no-nointeractive-tabindex/input.svelte b/test/validator/samples/a11y-no-noninteractive-tabindex/input.svelte similarity index 100% rename from test/validator/samples/a11y-no-nointeractive-tabindex/input.svelte rename to test/validator/samples/a11y-no-noninteractive-tabindex/input.svelte diff --git a/test/validator/samples/a11y-no-nointeractive-tabindex/warnings.json b/test/validator/samples/a11y-no-noninteractive-tabindex/warnings.json similarity index 100% rename from test/validator/samples/a11y-no-nointeractive-tabindex/warnings.json rename to test/validator/samples/a11y-no-noninteractive-tabindex/warnings.json From 6ac24f1d5c9174b161bb6e27743c84c0a117ea7f Mon Sep 17 00:00:00 2001 From: Satvik Date: Sun, 5 Feb 2023 07:00:54 -0500 Subject: [PATCH 2/3] [docs] add missing semicolon (#8190) --- site/content/docs/02-component-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/02-component-format.md b/site/content/docs/02-component-format.md index 268444ab7d..d9f7a35662 100644 --- a/site/content/docs/02-component-format.md +++ b/site/content/docs/02-component-format.md @@ -147,7 +147,7 @@ Any top-level statement (i.e. not inside a block or a function) can be made reac ```sv