diff --git a/src/content/learn/index.md b/src/content/learn/index.md index 21716c9309..081a7db3b2 100644 --- a/src/content/learn/index.md +++ b/src/content/learn/index.md @@ -457,7 +457,7 @@ export default function MyApp() { } function MyButton() { - // ... 我们将把代码移动到这里 ... + // ... 我们正在从这里移动代码... } ```