From 08ee75352375f9e8c1c140cacc8e20abcd817f83 Mon Sep 17 00:00:00 2001 From: suragch Date: Thu, 5 Oct 2023 10:59:58 +0800 Subject: [PATCH] Fix typos in README.md This is partly to fix the typos and partly to see if you are still maintaining this package. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02f0b9b..8e11a7c 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ final SourceOfTruth 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 {