Skip to content

Commit

Permalink
fixed typo + markup
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Aug 18, 2017
1 parent 4b18ce9 commit eda4e5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ <h2>
then <a>throw</a> a <a>TypeError</a>, optionally informing the
developer that at least one <a>payment method</a> is required.
</li>
<li>Let <var>seenPMIs</var> be an emtpy list.
<li>Let <var>seenPMIs</var> be an empty list.
</li>
<li>For each <var>paymentMethod</var> of <var>methodData</var>:
<ol>
Expand All @@ -582,7 +582,7 @@ <h2>
the developer that the payment method identifier is
invalid.
</li>
<li>If <a>seenPMIs</a> contains
<li>If <var>seenPMIs</var> contains
<var>paymentMethod</var>.<a data-lt=
"PaymentMethodData.supportedMethods">supportedMethods</a>,
continue to the next <var>paymentMethod</var> of
Expand Down Expand Up @@ -2627,7 +2627,7 @@ <h2>
exception, then <a>abort the update</a> with that
exception.
</li>
<li>If <a>seenPMIs</a> contains
<li>If <var>seenPMIs</var> contains
<var>modifier</var>.<a data-lt=
"PaymentDetailsModifier.supportedMethods">supportedMethods</a>,
continue to the next <var>modifier</var> of
Expand Down

0 comments on commit eda4e5d

Please sign in to comment.