diff --git a/docs/content/guide/introduction.ngdoc b/docs/content/guide/introduction.ngdoc index 76400d36e355..ac58ad218155 100644 --- a/docs/content/guide/introduction.ngdoc +++ b/docs/content/guide/introduction.ngdoc @@ -33,7 +33,7 @@ browser new syntax through a construct we call directives. Examples include: * Data binding, as in `{{}}`. * DOM control structures for repeating/hiding DOM fragments. * Support for forms and form validation. - * Attaching code-behind to DOM elements. + * Attaching code behind/to DOM elements. * Grouping of HTML into reusable components.