docs: fix grammar and spelling mistakes (#2300)

* Next.js

* ID

* Punctuation, code

* SQLite

* Capitalization

* Various corrections in "JWT"
This commit is contained in:
Anthony
2025-05-13 22:26:51 +02:00
committed by GitHub
parent 7b67469d93
commit 5c9c5f5ef7
18 changed files with 63 additions and 63 deletions

View File

@@ -7,7 +7,7 @@ type TechStackIconType = {
};
export const techStackIcons: TechStackIconType = {
nextJs: {
name: "Nextjs",
name: "Next.js",
icon: <Icons.nextJS className="w-10 h-10" />,
},
nuxt: {