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!