From 06ab9e75c8ea4746c2d183cbfbde3aea3d843582 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 8 Jan 2014 20:24:20 -0800 Subject: [PATCH] fix(docs): typo --- test/directive/input_select_spec.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/directive/input_select_spec.dart b/test/directive/input_select_spec.dart index 6a9059b26..3ce00d608 100644 --- a/test/directive/input_select_spec.dart +++ b/test/directive/input_select_spec.dart @@ -2,7 +2,7 @@ library input_select_spec; import '../_specs.dart'; -//TODO(misko): re-enabled dissabled tests once we have forms. +//TODO(misko): re-enabled disabled tests once we have forms. main() { describe('input-select', () {