From f9f3d3f57d150eec503f83e07675f865ba4d02ab Mon Sep 17 00:00:00 2001 From: ferrreo Date: Tue, 21 Feb 2023 18:33:46 +0000 Subject: [PATCH] Spelling correction --- src/config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.mjs b/src/config.mjs index cefd823..67eb46d 100644 --- a/src/config.mjs +++ b/src/config.mjs @@ -8,7 +8,7 @@ const CONFIG = { trailingSlash: false, title: 'PikaOS — The cool birb OS', - description: 'PikaOS is a gaming focused linux distribution focussing on ease of use and high compatability. Using the know how from Nobara combined with a Ubuntu base, PikaOS is almost unrivaled in software comaptability.', + description: 'PikaOS is a gaming focused linux distribution focussing on ease of use and high compatability. Using the know how from Nobara combined with a Ubuntu base, PikaOS is almost unrivaled in software compatability.', defaultImage: defaultImage, defaultTheme: 'dark', // Values: "system" | "light" | "dark" | "light:only" | "dark:only"