Skip to content

Commit c0d5d10

Browse files
committed
chore: fix grammar in footer
1 parent 0d5d0d3 commit c0d5d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div class="AppFooter">
3-
<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>
3+
<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>
44
</div>
55
</template>
66

0 commit comments

Comments
 (0)