From 8e3239f1d0835a0fb7d35c82a1fa59c3b6f04848 Mon Sep 17 00:00:00 2001 From: Madhav Thapa <39661365+madhavth@users.noreply.github.com> Date: Thu, 8 Aug 2024 17:31:46 -0700 Subject: [PATCH] Update README.md corrected grammar "baked" to "backed" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e03297b..58d04e0 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ The interviewer might be looking for the following signals: ### Data Storage Options Bellow are the most common options for local device data storage: - **Key-Value Storage (UserDefaults/SharedPreferences/Property List)**: - Usually, baked by XML or binary files. Allows associating primitive data with string-based keys. Works best for simple, unstructured, non-sensitive data (settings, flags, etc). + Usually, backed by XML or binary files. Allows associating primitive data with string-based keys. Works best for simple, unstructured, non-sensitive data (settings, flags, etc). - pros: - easy to use built-in API. - cons: