From 741c887e9723f14484201119312e9b920e314f0f Mon Sep 17 00:00:00 2001 From: Mitch Rudominer Date: Thu, 30 Apr 2015 12:30:57 -0700 Subject: [PATCH] Removed errant word "is". R=abarth@chromium.org Review URL: https://codereview.chromium.org/1105113004 --- sdk/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/README.md b/sdk/README.md index 7ff1c5859a4..89cfb52fef1 100644 --- a/sdk/README.md +++ b/sdk/README.md @@ -43,7 +43,7 @@ will go) and run `pub get` to download all necessary dependencies and create the symlinks necessary for 'package:your_app_names/main.dart' includes to work. Currently the Sky Engine assumes the entry point for your application is a -`main` function is located inside a `main.sky` file at the root of the package. +`main` function located inside a `main.sky` file at the root of the package. `.sky` is an html-like format: ```