Skip to content

Commit b6e7b35

Browse files
authored
Merge pull request #182 from emreozdil/master
Fix typo
2 parents 343bff9 + 3eab39f commit b6e7b35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ On iOS, tvOS we can also specify `protectionType` on `DiskConfig` to add a level
145145

146146
### Sync APIs
147147

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

150150
```swift
151151
// Save to storage

0 commit comments

Comments
 (0)