You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ Authenticator.keychain
174
174
</p></details>
175
175
176
176
### Caching
177
-
Caching of `Secret`s is provided through its conformacy to [**ComopsableStorage**](https://github.com/sbertix/ComposableRequest)'s `Storable` protocol.
177
+
Caching of `Secret`s is provided through its conformacy to [**ComposableStorage**](https://github.com/sbertix/ComposableRequest)'s `Storable` protocol.
178
178
179
179
The library comes with several concrete implementations of `Storage`.
180
180
-`TransientStorage` should be used when no caching is necessary, and it's what `Authenticator`s default to when no `Storage` is provided.
0 commit comments