From 41756c6478e8eea03c55ad7233b4d9d032729092 Mon Sep 17 00:00:00 2001 From: Baku Hashimoto Date: Fri, 4 Oct 2024 00:30:34 +0900 Subject: [PATCH] Fix typo --- docs/.vuepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index 9d64d23..161c1b9 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -47,7 +47,7 @@ export default defineUserConfig({ locales: { '/': { lang: 'English', - title: 'Lineraly', + title: 'Linearly', description: 'A collection of utility functions that relates to linear algebra and graphics programming', },