From fde916134c44a65e21daea348db0be0f66f0f289 Mon Sep 17 00:00:00 2001 From: suragch Date: Thu, 5 Oct 2023 21:59:11 +0800 Subject: [PATCH] Fix typos in README.md (#37) --- 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 {