Index: pkg/testing/README.md |
diff --git a/pkg/testing/README.md b/pkg/testing/README.md |
index e32ab37022dc4cc01fd3705165a255cacd911233..db0bb2feba0b06b5035ba74b9c1216ee89ad7658 100644 |
--- a/pkg/testing/README.md |
+++ b/pkg/testing/README.md |
@@ -123,7 +123,7 @@ Here is an example of a suite that runs tests on the Dart VM: |
import 'testing.dart'; |
Future<ChainContext> createContext( |
- Chain suite, Map<String, String> enviroment) async { |
+ Chain suite, Map<String, String> environment) async { |
return new VmContext(); |
} |