Skip to content

Commit 7e2f8f0

Browse files
authored
docs: fix typos (#1520)
문서 내 오타들을 수정하였습니다.
1 parent db63842 commit 7e2f8f0

5 files changed

Lines changed: 52 additions & 52 deletions

File tree

src/content/learn/lifecycle-of-reactive-effects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ function ChatRoom() {
753753
useEffect(() => {
754754
// ...
755755
// 🔴 이런 식으로 린트를 억누르지 마세요.
756-
// eslint-ignore-next-line react-hooks/exhaustive-deps
756+
// eslint-disable-next-line react-hooks/exhaustive-deps
757757
}, []);
758758
```
759759

0 commit comments

Comments
 (0)