We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d4048a commit 1d03410Copy full SHA for 1d03410
articles/communication.md
@@ -328,7 +328,7 @@ You can setup internal event delegation for your element by declaring an `on-*`
328
handler on the `<polymer-element>` definition. Use it to catch events that bubble
329
up from children.
330
331
-Things become come very interesting when several elements need to respond to an event.
+Things become very interesting when several elements need to respond to an event.
332
333
{% raw %}
334
<polymer-element name="my-app" on-said-hello="{{third}}">
0 commit comments