From 0bc6b6e394e8aac5a0ad451bc9ea8f7abe782a3b Mon Sep 17 00:00:00 2001 From: Akshat Sinha <113134119+akshatsinha0@users.noreply.github.com> Date: Mon, 22 Sep 2025 15:10:44 +0530 Subject: [PATCH] fix(website): showcase spelling mistake of the word docusaurus in user desc (#11417) --- website/src/data/users.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/data/users.tsx b/website/src/data/users.tsx index b742cd17e9..357989da69 100644 --- a/website/src/data/users.tsx +++ b/website/src/data/users.tsx @@ -158,7 +158,7 @@ const Users: User[] = [ }, { title: 'Blogasaurus', - description: 'A blog written using Docasaurus.', + description: 'A blog written using Docusaurus.', preview: require('./showcase/blogasaurus.png'), website: 'https://blog.palashsh.me/', source: 'https://github.com/BattleOfPlassey/blogasaurus',