Skip to content

Commit

Permalink
Typo in the months drop down (GoogleCloudPlatform#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvansJWang authored and ahmetb committed Jul 16, 2019
1 parent bb41c7f commit 13b7306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/templates/cart.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h3>Checkout</h3>
<option value="9">September</option>
<option value="10">October</option>
<option value="11">November</option>
<option value="12">January</option>
<option value="12">December</option>
</select>
</div>
<div class="col-md-2 mb-3">
Expand Down

0 comments on commit 13b7306

Please sign in to comment.