Skip to content

Commit 9534dc7

Browse files
committed
docs: fix typos
1 parent 7396b42 commit 9534dc7

5 files changed

Lines changed: 54 additions & 54 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)