From 3f56baf7608c4c31e0c19de98b39ff8083ad4e83 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Wed, 15 Nov 2023 00:38:38 +0530 Subject: [PATCH] blog: fix typo in 'svelte.dev: A complete overhaul' blog entry (#9438) --- documentation/blog/2023-06-29-svelte-dev-overhaul.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/blog/2023-06-29-svelte-dev-overhaul.md b/documentation/blog/2023-06-29-svelte-dev-overhaul.md index b7782abcc2..a3ffd739bf 100644 --- a/documentation/blog/2023-06-29-svelte-dev-overhaul.md +++ b/documentation/blog/2023-06-29-svelte-dev-overhaul.md @@ -31,7 +31,7 @@ We've also taken extra care to ensure that all the links from the old website wi The lack of search functionality could make finding stuff a nuisance as Ctrl+F only returns results in order of occurrence and not order of importance. While Ctrl+F did have its benefits such as not requiring JS, now that the site has multiple pages, it's not an option anymore. -And for that, the new website comes with a search bar, which searches through the docs and the API surface. Hit Ctrl+K (or CMD+F for Mac users) and start searching — it even works without JavaScript! +And for that, the new website comes with a search bar, which searches through the docs and the API surface. Hit Ctrl+K (or CMD+K for Mac users) and start searching — it even works without JavaScript! ## Lights, TypeScript, Action!