Skip to content

Commit

Permalink
Merge pull request #71 from halindrome/patch-6
Browse files Browse the repository at this point in the history
"Shown" is not inclusive enough
  • Loading branch information
zkoch committed Mar 17, 2016
2 parents e6d521f + c8acf7f commit 342f56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/paymentrequest.html
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ <h2>show()</h2>
<p>
The <code><dfn>show</dfn></code> method is called when the page wants to begin user interaction for the
payment request. The <code>show</code> method will return a <a>Promise</a> that will be resolved when the
<a>user accepts the payment request</a>. Some kind of user interface will be shown to the user to facilitate the
<a>user accepts the payment request</a>. Some kind of user interface will be presented to the user to facilitate the
payment request after the <code>show</code> method returns.
</p>

Expand Down

0 comments on commit 342f56a

Please sign in to comment.