Skip to content

Commit bb968c7

Browse files
authored
Fix the mistranslated sentence.
1 parent 13205c6 commit bb968c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/ko/get-started/TS for Functional Programmers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ anys.map(anys[1]); // 오 안되죠, "oh no" 함수가 아닙니다.
144144
let sepsis = anys[0] + anys[1]; // 어떤 의미로도 가능합니다.
145145
```
146146

147-
TypeScript는 `any`를 제공할 때 에러가 발생되면,
147+
TypeScript가 `any`를 제공할 때 에러를 발생시키려면,
148148
`tsconfig.json`에서 `"noImplicitAny": true` 또는 `"strict": true`를 설정해야 합니다.
149149

150150
## 구조적인 타이핑 (Structural typing)

0 commit comments

Comments
 (0)