Skip to content

Commit

Permalink
Merge pull request #182 from emreozdil/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
vadymmarkov authored Apr 26, 2018
2 parents 343bff9 + 3eab39f commit b6e7b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ On iOS, tvOS we can also specify `protectionType` on `DiskConfig` to add a level

### Sync APIs

`Storage` is sync by default and is `thead safe`, you can access it from any queues. All Sync functions are constrained by `StorageAware` protocol.
`Storage` is sync by default and is `thread safe`, you can access it from any queues. All Sync functions are constrained by `StorageAware` protocol.

```swift
// Save to storage
Expand Down

0 comments on commit b6e7b35

Please sign in to comment.