From 85f608cb31a0b68c165a0e46904822beca70a118 Mon Sep 17 00:00:00 2001 From: Dennis Bruner Date: Sat, 26 Aug 2017 22:18:12 +0200 Subject: [PATCH] Correct typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f941941..612ed0a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ import Vue from 'vue' import VueNativeNotification from 'vue-native-notification' Vue.use(VueNativeNotification, { - // Automatic permiossion request before + // Automatic permission request before // showing notification (default: true) requestOnNotify: true }) @@ -63,4 +63,4 @@ this.$notification.requestPermission() ## License -[MIT](LICENSE.md) \ No newline at end of file +[MIT](LICENSE.md)