diff --git a/src/content/learn/synchronizing-with-effects.md b/src/content/learn/synchronizing-with-effects.md index fd4a321025..c0a0b1eb88 100644 --- a/src/content/learn/synchronizing-with-effects.md +++ b/src/content/learn/synchronizing-with-effects.md @@ -1,5 +1,5 @@ --- -title: '与 Effect 同步' +title: '使用 Effect 同步' --- @@ -307,7 +307,7 @@ function VideoPlayer({ src, isPlaying }) { console.log('调用 video.pause()'); ref.current.pause(); } - }, []); // 浙江产生错误 + }, []); // 这将产生错误 return