docs: fix typos

This commit is contained in:
Pierre Grimaud
2021-06-15 10:42:35 +02:00
parent 6ecd9728d4
commit f95b292717
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
? notificationMessage
: success
? 'Successful'
: 'Somthing went wrong'
: 'Something went wrong'
}}
</p>
</div>

View File

@ -80,7 +80,7 @@ export default {
if (res.data) {
this.showNotification({
type: 'success',
message: 'Mail sent successfuly!',
message: 'Mail sent successfully!',
})
}