From 1237ab6c7187e5d5098113cbbda8ed5870a454c3 Mon Sep 17 00:00:00 2001 From: wo-o29 Date: Sun, 31 Aug 2025 19:54:51 +0900 Subject: [PATCH] docs: fix typo "titke" to "title" in enableScripts schema --- packages/docusaurus/static/configuration/yarnrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docusaurus/static/configuration/yarnrc.json b/packages/docusaurus/static/configuration/yarnrc.json index 168f5dd5669c..814dc030603a 100644 --- a/packages/docusaurus/static/configuration/yarnrc.json +++ b/packages/docusaurus/static/configuration/yarnrc.json @@ -216,7 +216,7 @@ }, "enableScripts": { "_package": "@yarnpkg/core", - "titke": "Define whether to run postinstall scripts or not.", + "title": "Define whether to run postinstall scripts or not.", "description": "If false, Yarn will not execute the `postinstall` scripts from third-party packages when installing the project (workspaces will still see their postinstall scripts evaluated, as they're assumed to be safe if you're running an install within them).\n\nNote that you also have the ability to disable scripts on a per-package basis using `dependenciesMeta`, or to re-enable a specific script by combining `enableScripts` and `dependenciesMeta`.", "type": "boolean", "default": true