Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/site/pages/ko/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Node.js®는 무료, 오픈소스, 다중 플랫폼 JavaScript 런타임 환경
)}
</WithNodeRelease>

<WithNodeRelease status={['현재버전']}>
<WithNodeRelease status={['Current']}>
{({ release }) => (
<small>
새로운 기능을 먼저 경험하고 싶다면
Expand Down Expand Up @@ -132,6 +132,6 @@ if (isMainThread) {

</div>

Node.js에 대해 더 알고 싶다면 학습 자료를 확인하세요[Learning materials](/learn).
Node.js가 제공하는 [학습 자료](/learn)를 통해 더 많은 정보를 알아보세요.

</section>
2 changes: 1 addition & 1 deletion packages/i18n/locales/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
}
},
"downloadReleasesTable": {
"changelog": "변경 로그",
"changelog": "변경로그",
"releases": "릴리스",
"docs": "문서"
},
Expand Down
Loading