From 2c029eacada8446da060ca3953400a2f2c02ab07 Mon Sep 17 00:00:00 2001 From: Cooper <73218815+CooperHash@users.noreply.github.com> Date: Sun, 25 Feb 2024 11:45:22 +0800 Subject: [PATCH] docs: update Nextjs docs (#47579) * docs: update Nextjs docs * Apply suggestions from code review Signed-off-by: afc163 --------- Signed-off-by: afc163 Co-authored-by: afc163 --- docs/react/use-with-next.zh-CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react/use-with-next.zh-CN.md b/docs/react/use-with-next.zh-CN.md index fe96742aef..16bef1e574 100644 --- a/docs/react/use-with-next.zh-CN.md +++ b/docs/react/use-with-next.zh-CN.md @@ -14,7 +14,7 @@ tag: Updated -工具会自动初始化一个脚手架并安装项目的各种必要依赖,在安装过程中,有一些配置项需要自行选择,如果在过程中出现网络问题,请尝试配置代理,或使用其他 npm registry。 +工具会自动初始化一个脚手架并安装项目的各种必要依赖,在安装过程中,有一些配置项需要自行选择,如果在过程中出现网络问题,请尝试配置代理,或使用其他 npm registry,例如,你可以切换到淘宝镜像源:`npm config set registry https://registry.npmmirror.com`。 初始化完成后,我们进入项目并启动。