From 94ef55832d536b2d23c2ed24e89fff7dcd443d07 Mon Sep 17 00:00:00 2001 From: Kenneth Endfinger Date: Fri, 3 Apr 2015 19:44:24 -0400 Subject: [PATCH] Fix Typo in Pubspec --- pkg/dev_compiler/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/dev_compiler/pubspec.yaml b/pkg/dev_compiler/pubspec.yaml index e76895c3d24f..1ec7ef904ed8 100644 --- a/pkg/dev_compiler/pubspec.yaml +++ b/pkg/dev_compiler/pubspec.yaml @@ -9,7 +9,7 @@ dependencies: cli_util: ^0.0.1 crypto: ^0.9.0 # We pin a specific version to ensure everyone is formatting the code exactly - # the same way. This is because any change in dart_style, even non-braking + # the same way. This is because any change in dart_style, even non-breaking # changes, may change the output format. dart_style: 0.1.7 html: ^0.12.0