Skip to content

Commit

Permalink
Fix typos in README.md (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
suragch authored Oct 5, 2023
1 parent c30a12c commit fde9161
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 @@ -174,7 +174,7 @@ final SourceOfTruth<int, NetworkTweet> newSot = mapTo(

Sometimes your Source of Truth does not provide you with a real-time data stream.
For example, suppose that you are using [shared_preferences] to store your data, or you are just catching your data in memory.
For these cases, `Stock` provides you the `CachedSourceOfThruth`, a `SourceOfThruth` that be helpful in these cases.
For these cases, `Stock` provides you the `CachedSourceOfTruth`, a `SourceOfTruth` that be helpful in these cases.

```dart
class SharedPreferencesSourceOfTruth extends CachedSourceOfTruth<String, String> {
Expand Down

0 comments on commit fde9161

Please sign in to comment.