Skip to content

Commit

Permalink
Typo correction
Browse files Browse the repository at this point in the history
오타 및 제안해주신 수정사항 반영하였습니다
  • Loading branch information
Sanghyuk-CH committed Feb 2, 2021
1 parent 00bebdb commit 3d15063
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/playground/ko/Playground/Language/Fixits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ function addOne(x: number) {
// 이 기능은 TypeScript 3.7버전과 함께 사용할 수 있으며,
// 최신 버전(nightly builds)도 포함합니다.

// 코드 샘플을 만들거나 학습할 때 플레이그라운드(playground)에서
// 사용할 필요가 없을 수도 있습니다.
// 플레이그라운드(playground)에서 코드 샘플을 만들거나 학습할 때는
// 불필요할 수도 있습니다.

// 그러나, 사용 가능한 수정 기능이 있다는 것은 플레이그라운드(playground)에서
// 문서화할 수 있다는 것을 의미하며, 이는 매우 가치 있는 일입니다.:
Expand Down
4 changes: 2 additions & 2 deletions docs/tsconfig/ko/options/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ oneline: "Specify a list of language service plugins to include."

언어 서비스 플러그인은 기존 TypeScript 파일을 기반으로 사용자에게 추가 정보를 제공하는 방법입니다. TypeScript와 편집자 간의 기존 메시지를 개선하거나 자체 오류 메시지를 제공할 수 있습니다.

예를들면:
예를 들면:

- [ts-sql-plugin](https://github.com/xialvjun/ts-sql-plugin#readme) — 템플릿 문자열 SQL 생성기로 SQL 린팅(linting)을 추가합니다.
- [typescript-styled-plugin](https://github.com/Microsoft/typescript-styled-plugin) — 템플릿 문자열 내부에 CSS 린팅(linting)을 제공합니다.
- [typescript-eslint-language-service](https://github.com/Quramy/typescript-eslint-language-service) — 컴파일러 출력 내부에 eslint 오류 메시징 및 수정 기능을 제공합니다.
- [ts-graphql-plugin](https://github.com/Quramy/ts-graphql-plugin) — GraphQL 쿼리 템플릿 문자열 내에서 검증 및 자동 완성을 제공합니다.

VS Code는 [automatically include language service plugins](https://code.visualstudio.com/api/references/contribution-points#contributes.typescriptServerPlugins)에 대한 확장 기능이 있어서, `tsconfig.json`에서 정의 할 필요없이 편집기에서 일부를 실행할 수 있습니다.
VS Code는 [automatically include language service plugins](https://code.visualstudio.com/api/references/contribution-points#contributes.typescriptServerPlugins)에 대한 확장 기능이 있어서, `tsconfig.json`에서 정의 할 필요 없이 에디터에서 일부를 실행할 수 있습니다.

0 comments on commit 3d15063

Please sign in to comment.