Skip to content

Commit 102ed99

Browse files
authored
docs(typo): fix typo 'directive' linted by textlint (#819) (#1071)
docs(typo): fix typo 'directive' linted by textlint
1 parent 8f1b6f4 commit 102ed99

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

src/content/reference/rsc/directives.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Directives"
2+
title: "지시어"
33
canary: true
44
---
55

src/content/reference/rsc/use-client.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "'use client'"
3-
titleForTitleTag: "'use client' directive"
3+
titleForTitleTag: "'use client' 지시어"
44
canary: true
55
---
66

src/content/reference/rsc/use-server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "'use server'"
3-
titleForTitleTag: "'use server' directive"
3+
titleForTitleTag: "'use server' 지시어"
44
canary: true
55
---
66

textlint/data/rules/translateGlossary.js

+9
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,15 @@ module.exports = {
549549
note: '',
550550
},
551551
},
552+
{
553+
sources: [/\bDirectives?\b/],
554+
target: '지시어',
555+
meta: {
556+
term: 'Directive',
557+
discussions: [819],
558+
note: '',
559+
},
560+
},
552561
],
553562
},
554563
// untranslated: {

wiki/translate-glossary.md

+1
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,5 @@ Wip|`/\bWip\b/`|개발중이에요|[#632](https://github.com/reactjs/ko.react.de
7373
Returns|`/\bReturns\b/`, `/반환\s+(?:값\s+)?{\//`|반환값|[#725](https://github.com/reactjs/ko.react.dev/issues/725)|제목에 사용된 경우|
7474
Logic|`/\bLogic\b/`|로직|[#695](https://github.com/reactjs/ko.react.dev/issues/695)||
7575
Dependency|`/\bDependenc(?:y\|ies)\b/`|의존성|[#841](https://github.com/reactjs/ko.react.dev/issues/841)||
76+
Directive|`/\bDirectives?\b/`|지시어|[#819](https://github.com/reactjs/ko.react.dev/issues/819)||
7677

0 commit comments

Comments
 (0)