Skip to content

Commit 1d03410

Browse files
committed
"become come" -> "become"
1 parent 8d4048a commit 1d03410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ You can setup internal event delegation for your element by declaring an `on-*`
328328
handler on the `<polymer-element>` definition. Use it to catch events that bubble
329329
up from children.
330330

331-
Things become come very interesting when several elements need to respond to an event.
331+
Things become very interesting when several elements need to respond to an event.
332332

333333
{% raw %}
334334
<polymer-element name="my-app" on-said-hello="{{third}}">

0 commit comments

Comments
 (0)