Skip to content

Commit

Permalink
update the lang name and fix the typo
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua1988 committed Sep 17, 2023
1 parent ec1b974 commit bf7235f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
'/': {
lang: 'ko',
title: 'Cracking Vue.js',
description: 'JavaScript, Vue.js, Nuxt.js',
description: 'JavaScript, Vue.js, Nuxt.js and TypeScript',
},
},
themeConfig: {
Expand Down
4 changes: 2 additions & 2 deletions docs/textbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ title: Introduction

### 📖 기타

- [Typescript](/ts/intro.html)
- [TypeScript](/ts/intro.html)
- [Nuxt](/nuxt/intro.html)
- [VuePress](/vuepress/learning-note.html)
- [npm vs yarn](/packageManager/npm-vs-yarn.html)
- [NPM vs Yarn](/package-manager/npm-vs-yarn.html)

0 comments on commit bf7235f

Please sign in to comment.