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;