diff --git a/spec/shadow/index.html b/spec/shadow/index.html index 55571147..5e2c98f8 100644 --- a/spec/shadow/index.html +++ b/spec/shadow/index.html @@ -801,7 +801,7 @@

Event Paths Example

Let's re-use the same composed tree of component trees used in the flattening example section. Suppose that an event is dispatched on node I. The event path will be:

- [I, H, O, T, S, R, N, J, C, A] (Window is omitted) + [I, H, O, T, S, R, N, J, C, A] (For the purpose of the explanation, Window is not shown here. The actual event path contains Window.)