Skip to content

Commit

Permalink
[e] (0) Fix some typos or copypasta.
Browse files Browse the repository at this point in the history
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@7125 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jun 7, 2012
1 parent 1b64c2d commit d14cdac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Expand Up @@ -82944,7 +82944,7 @@ <h4 id=introduction-11><span class=secno>10.5.1 </span>Introduction</h4>
communicate directly, authors can use <a href=#channel-messaging>channel
messaging</a>.</p>

<p>Communication channels in this mechanisms are implemented as
<p>Communication channels in this mechanism are implemented as
two-ways pipes, with a port at each end. Messages sent in one port
are delivered at the other port, and vice-versa. Messages are
asynchronous, and delivered as DOM events.</p>
Expand Down
2 changes: 1 addition & 1 deletion index
Expand Up @@ -82944,7 +82944,7 @@ function receiver(e) {
communicate directly, authors can use <a href=#channel-messaging>channel
messaging</a>.</p>

<p>Communication channels in this mechanisms are implemented as
<p>Communication channels in this mechanism are implemented as
two-ways pipes, with a port at each end. Messages sent in one port
are delivered at the other port, and vice-versa. Messages are
asynchronous, and delivered as DOM events.</p>
Expand Down
2 changes: 1 addition & 1 deletion source
Expand Up @@ -96455,7 +96455,7 @@ function receiver(e) {
communicate directly, authors can use <span>channel
messaging</span>.</p>

<p>Communication channels in this mechanisms are implemented as
<p>Communication channels in this mechanism are implemented as
two-ways pipes, with a port at each end. Messages sent in one port
are delivered at the other port, and vice-versa. Messages are
asynchronous, and delivered as DOM events.</p>
Expand Down

0 comments on commit d14cdac

Please sign in to comment.