From f6c345476370b0a9ae2b253266b3fce0f81fe82a Mon Sep 17 00:00:00 2001 From: Misha Dynin Date: Wed, 30 Sep 2015 13:07:01 -0700 Subject: [PATCH] Fixed a typo: abd -> and --- getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.md b/getting-started.md index c65b2ee2f0..d39643aaf5 100644 --- a/getting-started.md +++ b/getting-started.md @@ -83,7 +83,7 @@ To run your app with logging, run this command: The `sky_tool start` command starts the dev server and uploads your app to the device, installing `SkyShell.apk` if needed. The `--checked` flag triggers -checked mode, in which types are checked abd asserts are run. The +checked mode, in which types are checked and asserts are run. The `sky_tool logs` command logs errors and Dart `print()` output from the app, automatically limiting the output to just output from the Dart code and the Sky Engine C++ code (which for historical reasons currently uses