Commit 58f1b57
authored
docs: fix typo in enableScripts JSON schema key name (#6887)
## What's the problem this PR addresses?
In the JSON schema for Yarn configuration, the `enableScripts` property
contained a typo: the key `"title"` was misspelled as `"titke"`. This
caused the documentation generator to not correctly display the title
for this setting.
## How did you fix it?
I corrected the typo by changing the key from `"titke"` to `"title"` in
the `enableScripts` schema entry. This ensures that documentation tools
recognize and display the title properly.
| Before | After |
|:------:|:-----:|
| <img width="1188" height="237" alt="스크린샷 2025-08-31 오후 7 50
58"
src="https://github.com/user-attachments/assets/c22d0b80-b9d6-416d-95a2-01112abe9a08"
/> | <img width="1190" height="294" alt="스크린샷 2025-08-31 오후 7 50
49"
src="https://github.com/user-attachments/assets/9441ccdc-071e-4f07-a8a6-a442c8659869"
/>|
## Checklist
- [X] I have read the [Contributing
Guide](https://yarnpkg.com/advanced/contributing).
- [ ] I have set the packages that need to be released for my changes to
be effective.
- [ ] I will check that all automated PR checks pass before the PR gets
reviewed.1 parent 8116cd6 commit 58f1b57
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| |||
0 commit comments