From 8a4861c26a77c9c68e9aaa9931159eb8e3ae56a2 Mon Sep 17 00:00:00 2001 From: Arliang Date: Thu, 19 Nov 2015 02:39:28 +0800 Subject: [PATCH] (docs): toh - fix typo; closes #385 --- public/docs/ts/latest/tutorial/toh-pt1.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/tutorial/toh-pt1.jade b/public/docs/ts/latest/tutorial/toh-pt1.jade index d7cf496fd1..cf962572e4 100644 --- a/public/docs/ts/latest/tutorial/toh-pt1.jade +++ b/public/docs/ts/latest/tutorial/toh-pt1.jade @@ -225,7 +225,7 @@ include ../../../../_includes/_util-fns ## Declare Multiple Form Directives - We learned from our latest error message that we can’t the import `NgModel` alone. + We learned from our latest error message that we can’t import the `NgModel` alone. We need additional directives to enable two-way data binding with `NgModel`. We could hunt them down and add each of them to the `directives` array one by one.