Skip to content

Commit 577162a

Browse files
committed
Fix typo in 13.6.4 - resolves velopert#266
1 parent 5b447dd commit 577162a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

corrections.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@ ReactDOM.render(
5252
+ 이번에 사용할 path 규칙에는 /profile/:username이라고 넣어 주면 됩니다.
5353
```
5454

55+
## 13.6.4 오탈자 (pg. 351)
56+
57+
불필요한 active 키워드가 포함되어있습니다.
58+
59+
```diff
60+
- <NavLink activeStyle={activeStyle} to="/profiles/velopert" active>
61+
+ <NavLink activeStyle={activeStyle} to="/profiles/velopert">
62+
```
63+
5564
## 18.3.2.1 오탈자 (pg. 503)
5665

5766
주석 결과가 잘못 표기되어있음

0 commit comments

Comments
 (0)