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)]="..."`.