diff --git a/doc/article/en-US/integrating-with-polymer.md b/doc/article/en-US/integrating-with-polymer.md index 2c3643b4..9d272257 100644 --- a/doc/article/en-US/integrating-with-polymer.md +++ b/doc/article/en-US/integrating-with-polymer.md @@ -2,7 +2,7 @@ { "name": "Integrating with Polymer", "culture": "en-US", - "description": "Polymer is a library for creating reusable web components declaratively with extra features like databinding and property observation. In many ways, it is similar to Aurelia's component support. However, Polymer also includes an extensive catalog of custom elements for everything from material design to credit card forms to embedding Google services like Google Maps and YouTube. With a bit of work, these components can be incorporated into Aurelia applications as well.", + "description": "Polymer is a library for creating reusable web components declaratively with extra features like data binding and property observation. In many ways, it is similar to Aurelia's component support. However, Polymer also includes an extensive catalog of custom elements for everything from material design to credit card forms to embedding Google services like Google Maps and YouTube. With a bit of work, these components can be incorporated into Aurelia applications as well.", "engines" : { "aurelia-doc" : "^1.0.0" }, "author": { "name": "Ben Navetta", @@ -201,7 +201,7 @@ that Polymer input elements are submitted along with native HTML elements. Note that the `` elements have `.two-way` bindings, not just `.bind`. With the exception of native HTML form elements, Aurelia defaults to one-way bindings, -so two-way databinding must be specified explicitly. +so two-way data binding must be specified explicitly. A normal `