Skip to content

Commit

Permalink
fix typo (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
burden authored Mar 7, 2024
1 parent 1c2a0eb commit a23cf19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/payment-info/review.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
:amount="12"
class="subscription"
length="year"
billing="annualy"
billing="annually"
/>

<p class="terms">
Expand Down
2 changes: 1 addition & 1 deletion components/payment-info/support.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
:amount="1"
class="subscription"
length="month"
billing="annualy"
billing="annually"
/>

<div class="buttons">
Expand Down
2 changes: 1 addition & 1 deletion components/subscription-price.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
billing: {
type: String,
default: 'annualy'
default: 'annually'
},
length: {
Expand Down

0 comments on commit a23cf19

Please sign in to comment.