Mathieu Acthernoene преди 5 години
родител
ревизия
b6f40b5d89
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2
    2
      README.md

+ 2
- 2
README.md Целия файл

@@ -262,7 +262,7 @@ Check notifications permission status and get settings values.
262 262
 ```ts
263 263
 interface NotificationSettings {
264 264
   // properties only availables on iOS
265
-  // unavaible settings will not be included in the response object
265
+  // unavailable settings will not be included in the response object
266 266
   alert?: boolean;
267 267
   badge?: boolean;
268 268
   sound?: boolean;
@@ -304,7 +304,7 @@ type NotificationOption =
304 304
 
305 305
 interface NotificationSettings {
306 306
   // properties only availables on iOS
307
-  // unavaible settings will not be included in the response object
307
+  // unavailable settings will not be included in the response object
308 308
   alert?: boolean;
309 309
   badge?: boolean;
310 310
   sound?: boolean;