Skip to content

Commit 6649f65

Browse files
yahma25bumkeyy
andauthored
Update docs/playground/ko/JavaScript/Working With Classes/Classes 101.ts
Co-authored-by: Kibeom Kwon <[email protected]>
1 parent 2d66ceb commit 6649f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playground/ko/JavaScript/Working With Classes/Classes 101.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class FoodTruck extends Vendor {
4444

4545
// 새로운 FoodTruck을 생성하기 위하여
4646
// 매개변수가 2개 필요하다고 작성했기 때문에
47-
// TypeScript는 매개변수를 오직 하나만 사용할 경우, 에러를 표시:
47+
// TypeScript는 매개변수를 하나만 사용할 경우, 에러를 표시합니다:
4848

4949
const nameOnlyTruck = new FoodTruck("Salome's Adobo");
5050

0 commit comments

Comments
 (0)