Skip to content

Commit ea1045d

Browse files
authored
docs(cn): fix typo (#1163)
1 parent a2a7ef6 commit ea1045d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/start-a-new-react-project.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Gatsby 由 [Netlify](https://www.netlify.com/) 维护。你可以 [部署一个
5858

5959
### Expo(用于原生应用) {/*expo*/}
6060

61-
**[Expo](https://expo.dev/) 是一个 React 框架,可以让你创建具有真正原生 UI 的应用,包括 Android、iOS,以及 Web 应用。它为 [React Native](https://reactnative.dev/) 提供了 SDK,使原生部分更容易使用。要创建一个新的 Expo 项目,请运行:
61+
**[Expo](https://expo.dev/) 是一个 React 框架,可以让你创建具有真正原生 UI 的应用,包括 Android、iOS,以及 Web 应用**。它为 [React Native](https://reactnative.dev/) 提供了 SDK,使原生部分更容易使用。要创建一个新的 Expo 项目,请运行:
6262

6363
<TerminalBlock>
6464
npx create-expo-app

0 commit comments

Comments
 (0)