Skip to content

Commit f8c4514

Browse files
committed
closes #30
1 parent c7661e3 commit f8c4514

File tree

1 file changed

+18
-10
lines changed

1 file changed

+18
-10
lines changed

corrections.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## 1쇄
44

5-
### pg.27 [(Isssue #17](https://github.com/velopert/learning-react/issues/17))
5+
### pg.27 [(Isssue #17](https://github.com/velopert/learning-react/issues/17))
66

77
- "author": "velopert" 부분 뒤에 쉼표가 하나 빠짐
88

@@ -28,18 +28,18 @@
2828
```
2929

3030

31-
### pg.34 [(Issue #11)](https://github.com/velopert/learning-react/issues/11)
31+
### pg.34 [(Issue #11)](https://github.com/velopert/learning-react/issues/11)
3232
- 2번째 줄
3333

3434
수정 전: **다시 한 번** 강조하면
3535

3636
수정 후: **다시한번** 강조하면
3737

38-
### pg.41 [(Issue #18)](https://github.com/velopert/learning-react/issues/18)
38+
### pg.41 [(Issue #18)](https://github.com/velopert/learning-react/issues/18)
3939

4040
- react-beautify 확장 프로그램은 게시중단되었으므로 제거처리
4141

42-
### pg.44 [(Issue #19)](https://github.com/velopert/learning-react/issues/19)
42+
### pg.44 [(Issue #19)](https://github.com/velopert/learning-react/issues/19)
4343

4444
- 노트 하단에 yarn start 대신 npm start 가 들어가있음
4545

@@ -70,19 +70,19 @@ $ yarn start
7070

7171
수정 후: `<MyComponent name="react"/>`
7272

73-
### pg.91 [(Issue #14)](https://github.com/velopert/learning-react/issues/14)
73+
### pg.91 [(Issue #14)](https://github.com/velopert/learning-react/issues/14)
7474
수정 전: **3.4.4**절에서 작성한 버튼 코드를 다시 한 번 살펴봅시다
7575

76-
수정 후: **3.3.4**절에서 작성한 버튼 코드를 다시 한 번 살펴봅시다
76+
수정 후: **3.3.4**절에서 작성한 버튼 코드를 다시 한번 살펴봅시다
7777

78-
### pg.92 [(Issue #23)](https://github.com/velopert/learning-react/issues/23)
78+
### pg.92 [(Issue #23)](https://github.com/velopert/learning-react/issues/23)
7979

8080
오탈자는 아니지만, 설명에 오해의 여지가 있어서 개선
8181

8282
수정 전: 그냥 이름이 onClick인 props를 전달받습니다.
8383
수정 후: 그냥 이름이 onClick 인 props 를 MyComponent 에게 전달해줄 뿐입니다.
8484

85-
### pg.149 [(Issue #21)](https://github.com/velopert/learning-react/issues/21)
85+
### pg.149 [(Issue #21)](https://github.com/velopert/learning-react/issues/21)
8686

8787
- 페이지 하단 설명 부분 함수명이 잘못됨
8888

@@ -98,15 +98,15 @@ $ yarn start
9898

9999
수정 후: `test: /\.scss$/,`
100100

101-
### pg. 195 ([Issue #12](https://github.com/velopert/learning-react/issues/12))
101+
### pg. 195 ([Issue #12](https://github.com/velopert/learning-react/issues/12))
102102

103103
- 10.1.2.5 메인 스타일 설정 파일 이름 잘못됨
104104

105105
수정 전: `src/styles/main.css`
106106

107107
수정 후: `src/styles/main.scss`
108108

109-
### pg.196 ([Issue #26](https://github.com/velopert/learning-react/issues/12))
109+
### pg.196 ([Issue #26](https://github.com/velopert/learning-react/issues/12))
110110

111111
- 오탈자는 아니지만.. 일부 환경에서 yarn eject 후 babel-loader 가 설치가 제대로 안되는 오류가 발생하고 있는데 이를 위한 해결방안 추가.
112112
- 다음 내용을 참고 박스 안에 넣어서 내용 추가
@@ -188,6 +188,14 @@ let object2 = {
188188

189189
NODE_PATH 를 명령어로 따로 설정해주면 yarn eject 하게 됐을 때 따로 코드를 수정해줘야하는 단점이 있습니다.
190190

191+
### pg.384 [(Issue #30)](https://github.com/velopert/learning-react/issues/30)
192+
193+
- 오탈자 수정
194+
- : 가 빠짐
195+
196+
수정 전: `console.log('Post', match);`
197+
수정 후: `console.log('Post:', match);`
198+
191199
### pg.411 [(Issue 20)](https://github.com/velopert/learning-react/issues/20) ☑️
192200

193201
- 이 부분은 2쇄에서 추가 할 내용

0 commit comments

Comments
 (0)