From 2d8ae03fb019baa27cb6c2bccf923df561d273b4 Mon Sep 17 00:00:00 2001 From: Amanda Bozigian Date: Thu, 28 Sep 2017 14:09:27 -0700 Subject: [PATCH] Update article.md Ln 53, "then" --> "than" Changed: For instance, a `focus` event does not bubble. There are other examples too, we'll meet them. But still it's an exception, rather then a rule, most events do bubble. To: For instance, a `focus` event does not bubble. There are other examples too, we'll meet them. But still it's an exception, rather than a rule, most events do bubble. --- 2-ui/2-events/02-bubbling-and-capturing/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/2-events/02-bubbling-and-capturing/article.md b/2-ui/2-events/02-bubbling-and-capturing/article.md index 05da72fc..e1c287cc 100644 --- a/2-ui/2-events/02-bubbling-and-capturing/article.md +++ b/2-ui/2-events/02-bubbling-and-capturing/article.md @@ -50,7 +50,7 @@ The process is called "bubbling", because events "bubble" from the inner element ```warn header="*Almost* all events bubble." The key word in this phrase is "almost". -For instance, a `focus` event does not bubble. There are other examples too, we'll meet them. But still it's an exception, rather then a rule, most events do bubble. +For instance, a `focus` event does not bubble. There are other examples too, we'll meet them. But still it's an exception, rather than a rule, most events do bubble. ``` ## event.target