Browse Source

Update README.md

Evgenii Neumerzhitckii 10 năm trước cách đây
mục cha
commit
c54981eef8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -124,7 +124,7 @@ keychain.set("hello world", forKey: "hello")
 
 
 ### Verify successful operation
 ### Verify successful operation
 
 
-One can verify if `set`, `delete` and `clear` methods finished successfully by checking their return values. Those methods return `true` on sucecss and `false` on error.
+One can verify if `set`, `delete` and `clear` methods finished successfully by checking their return values. Those methods return `true` on success and `false` on error.
 
 
 ```Swift
 ```Swift
 if keychain.set("hello world", forKey: "my key") {
 if keychain.set("hello world", forKey: "my key") {