From 004a1fcccb11e9ed6223ed845376eb1926f35588 Mon Sep 17 00:00:00 2001 From: Vladimir Zdenek Date: Thu, 7 Apr 2016 17:56:35 +0200 Subject: [PATCH] docs(forms): fix typo Change "way" to "away" in the following context: "throw it away". --- public/docs/ts/latest/guide/forms.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index d47f856b0b..0daed631dd 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -268,7 +268,7 @@ figure.image-display :marked We appended a diagnostic interpolation after the input tag so we can see what we're doing. - We left ourselves a note to throw it way when we're done. + We left ourselves a note to throw it away when we're done. :marked Focus on the binding syntax: `[(ngModel)]="..."`.