From 4cfd270e96bf748852f3fff95793710572de2258 Mon Sep 17 00:00:00 2001 From: Ken Geis Date: Tue, 9 Dec 2014 09:33:07 -0800 Subject: [PATCH] fix typo in brick-action.html --- docs/brick-action.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/brick-action.html b/docs/brick-action.html index 9c74e70..554ffa8 100644 --- a/docs/brick-action.html +++ b/docs/brick-action.html @@ -65,7 +65,7 @@

brick-action

A Brick custom element to wire up events and methods on different elements. -It listens to an event on a source elemenet and then calls a method on a target element using event.detail as argument.

+It listens to an event on a source element and then calls a method on a target element using event.detail as argument.

Demo

Check it live!