diff --git a/packages/flutter_tools/test/init_test.dart b/packages/flutter_tools/test/init_test.dart index 66340eb3905..08d8fb22f1e 100644 --- a/packages/flutter_tools/test/init_test.dart +++ b/packages/flutter_tools/test/init_test.dart @@ -23,7 +23,7 @@ defineTests() { temp.deleteSync(recursive: true); }); - // Verify that we create a project that os well-formed. + // Verify that we create a project that is well-formed. test('init sky-simple', () async { InitCommandHandler handler = new InitCommandHandler(); _MockArgResults results = new _MockArgResults();