Skip to content

Commit e0e6cb7

Browse files
authored
fix typo (#255)
1 parent fc613a6 commit e0e6cb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorial/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ var newPlayer = Object.assign({}, player, {score: 2});
550550
// var newPlayer = {...player, score: 2};
551551
```
552552

553-
최종 결과는 동일하기만 직접적인 객체 변경이나 기본 데이터의 변경을 하지 않는다면 아래에 기술된 몇 가지 이점을 얻을 수 있습니다.
553+
최종 결과는 동일하지만 직접적인 객체 변경이나 기본 데이터의 변경을 하지 않는다면 아래에 기술된 몇 가지 이점을 얻을 수 있습니다.
554554

555555
#### 복잡한 특징들을 단순하게 만듦 {#complex-features-become-simple}
556556

0 commit comments

Comments
 (0)