Skip to content

Commit

Permalink
Fixed a typo (#276)
Browse files Browse the repository at this point in the history
Changing "explain why good cannot be shipped" to "explain why goods cannot be shipped".
  • Loading branch information
halindrome authored and adrianba committed Sep 19, 2016
1 parent 036fbb1 commit 91da379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ <h2>PaymentDetails dictionary</h2>
<dd>
When the payment request is updated using <a><code>updateWith</code></a>, the <code>PaymentDetails</code>
can contain a message in the <code>error</code> field that will be displayed to the user. For example,
this might commonly be used to explain why good cannot be shipped to the chosen shipping address.
this might commonly be used to explain why goods cannot be shipped to the chosen shipping address.
<p>
The <code>error</code> field cannot be passed to the <a><code>PaymentRequest</code></a> constructor.
Doing so will cause a <a><code>TypeError</code></a> to be thrown.
Expand Down

0 comments on commit 91da379

Please sign in to comment.