diff --git a/public/docs/js/latest/guide/displaying-data.jade b/public/docs/js/latest/guide/displaying-data.jade index f5f96ad765..ca91aa17bb 100644 --- a/public/docs/js/latest/guide/displaying-data.jade +++ b/public/docs/js/latest/guide/displaying-data.jade @@ -76,7 +76,7 @@ } } p. - You've just defined a component that encompases a view and controller for the app. The view + You've just defined a component that encompasses a view and controller for the app. The view defines a template: pre.prettyprint.lang-html code.