Skip to content

Commit

Permalink
chore: fix grammar in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
cuebit committed Apr 6, 2020
1 parent 0d5d0d3 commit c0d5d10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppFooter.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="AppFooter">
<p class="text">Proudy Created by <a href="https://vuejs.org/" target="_blank">Vue</a>, and Powered by <a href="https://github.com/vuex-orm/vuex-orm">Vuex ORM</a>.</p>
<p class="text">Proudly Created with <a href="https://vuejs.org/" target="_blank">Vue</a>, and Powered by <a href="https://github.com/vuex-orm/vuex-orm">Vuex ORM</a>.</p>
</div>
</template>

Expand Down

0 comments on commit c0d5d10

Please sign in to comment.