Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #44

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion get-started/codelab/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permalink: /get-started/codelab/
</figure>


这是创建您的第一个Flutter应用程序的指南。如果您熟悉面向对象和基本编程概念(如变量、循环和条件控制),则可以完成本教程,您无需要了解Dart或拥有移动开发的经验
这是创建您的第一个Flutter应用程序的指南。如果您熟悉面向对象和基本编程概念(如变量、循环和条件控制),则可以完成本教程,您不需要了解Dart或拥有移动开发的经验

{% comment %}
TODO: (maybe, but later)
Expand Down
2 changes: 1 addition & 1 deletion get-started/test-drive.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Flutter 可以通过 _热重载(hot reload)_ 实现快速的开发周期,
cd myapp
{% endcommandline %}

上述命令创建一个Flutte让项目,项目名为`myapp`,其中包含一个使用[Material 组件](https://material.io/guidelines/)的简单演示应用程序。
上述命令创建一个Flutter项目,项目名为`myapp`,其中包含一个使用[Material 组件](https://material.io/guidelines/)的简单演示应用程序。

在项目目录中,您的应用程序的代码位于 `lib/main.dart`.

Expand Down