Kaynağa Gözat

Update README.md

Evgenii Neumerzhitckii 10 yıl önce
ebeveyn
işleme
7cfd7f1a05
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -124,7 +124,7 @@ keychain.set("hello world", forKey: "hello")
 
 ### Verify successful operation
 
-`set`, `delete` and `clear` method return true when the Keychain operation is successful.
+`set`, `delete` and `clear` methods return true when the Keychain operation is successful.
 
 ```Swift
 if keychain.set("hello world", forKey: "my key") {