From f2799de5ec0eea1663763130f37738f095762863 Mon Sep 17 00:00:00 2001 From: af5rany <58744028+af5rany@users.noreply.github.com> Date: Sat, 6 Jun 2026 14:17:12 +0300 Subject: [PATCH] docs: fix Node.js version formatting in installation guide (#10839) Small typo fix. "Node.20.x" had a stray period and used lowercase for the runtime name. Updated to "Node.js" (proper name) and removed the period before the version number. --- apps/www/content/docs/get-started/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/content/docs/get-started/installation.mdx b/apps/www/content/docs/get-started/installation.mdx index 01522f9e7f7..d9840cd049a 100644 --- a/apps/www/content/docs/get-started/installation.mdx +++ b/apps/www/content/docs/get-started/installation.mdx @@ -30,7 +30,7 @@ Try Chakra UI in Stackblitz sandbox ::: -> The minimum node version required is Node.20.x +> The minimum Node.js version required is 20.x ## Styling roadmap