Spelling fix

This commit is contained in:
An Phan 2016-10-31 10:41:30 +07:00
parent e806004fdf
commit bc31c63dde
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -12,7 +12,7 @@
</a>
<button @click="loadMore" v-if="!loading" class="more btn-blue">Load More</button>
</template>
<p class="nope" v-else>Play a song to retreive related YouTube videos.</p>
<p class="nope" v-else>Play a song to retrieve related YouTube videos.</p>
<p class="nope" v-show="loading">Loading</p>
</div>
</template>