Skip to content

Commit

Permalink
Update corrections.md
Browse files Browse the repository at this point in the history
  • Loading branch information
landvibe authored Jul 4, 2019
1 parent e8e8b19 commit a149a48
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions corrections.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# 오탈자 및 개선사항
## 1장

### 위치: p5, 코드 1-1

내용: 불필요한 슬래시(/) 제거

Before
```js
<script src="react.development.js"/></script>
```

After
```js
<script src="react.development.js"></script>
```


### 위치: p24

내용: `__tset__``__tests__`로 변경
Expand Down

0 comments on commit a149a48

Please sign in to comment.