From d87d72b6ab54bd7ba6d3b1395a73786a0941bf96 Mon Sep 17 00:00:00 2001 From: sewn Date: Thu, 20 Feb 2025 17:39:48 +0300 Subject: [PATCH] Fix install slice singular typo (#90) --- src/routes/home-slices/InstallSlice.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/home-slices/InstallSlice.svelte b/src/routes/home-slices/InstallSlice.svelte index 3df3fa8..293b609 100644 --- a/src/routes/home-slices/InstallSlice.svelte +++ b/src/routes/home-slices/InstallSlice.svelte @@ -16,7 +16,7 @@
<TitleHeading slot="title" class="">Install now</TitleHeading> - <TitleSubtile slot="subtitle" class="">For yor favourite distro</TitleSubtile> + <TitleSubtile slot="subtitle" class="">For your favourite distro</TitleSubtile>