Skip to content

Commit

Permalink
[Fix #389] Clarify Window is not shown for the purpose of the explana…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
hayatoito committed Mar 1, 2016
1 parent 39d2aed commit ac70a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/shadow/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ <h3>Event Paths Example</h3>
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 <code>I</code>. The event path will be:
</p>
<p>
<code>[I, H, O, T, S, R, N, J, C, A]</code> (<a>Window</a> is omitted)
<code>[I, H, O, T, S, R, N, J, C, A]</code> (For the purpose of the explanation, <a>Window</a> is not shown here. The actual event path contains <a>Window</a>.)
</p>

<p>
Expand Down

0 comments on commit ac70a46

Please sign in to comment.