Skip to content

Commit fff5b79

Browse files
committed
chore: 의미없는 i 플래그 삭제
1 parent 30026e1 commit fff5b79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

textlint/data/rules/translateGlossary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ module.exports = {
604604
},
605605
},
606606
{
607-
sources: [/\bUsage\b/i],
607+
sources: [/\bUsage\b/],
608608
target: '사용법',
609609
meta: {
610610
term: 'Usage',

wiki/translate-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ Caveats|`/\bCaveats?\b/`, `/주의사항/`|주의 사항|[#1095](https://github.
7979
Logic|`/\bLogic\b/`|로직|[#695](https://github.com/reactjs/ko.react.dev/issues/695)||
8080
Dependency|`/\bDependenc(?:y\|ies)\b/`|의존성|[#841](https://github.com/reactjs/ko.react.dev/issues/841)||
8181
Directive|`/\bDirectives?\b/`|지시어|[#819](https://github.com/reactjs/ko.react.dev/issues/819)||
82-
Usage|`/\bUsage\b/i`|사용법|[#1425](https://github.com/reactjs/ko.react.dev/issues/1425)||
82+
Usage|`/\bUsage\b/`|사용법|[#1425](https://github.com/reactjs/ko.react.dev/issues/1425)||
8383
Imperative|`/\bImperative\b/`|명령형|[#1425](https://github.com/reactjs/ko.react.dev/issues/1425)||
8484

0 commit comments

Comments
 (0)