From 7fe23a31b227f00c1e38b4f0af0431233e5867be Mon Sep 17 00:00:00 2001 From: singhjatin297 <78216862+singhjatin297@users.noreply.github.com> Date: Tue, 7 Nov 2023 11:47:01 +0530 Subject: [PATCH] docs: update behind-the-code.md (#4849) --- docs/contributing/behind-the-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/behind-the-code.md b/docs/contributing/behind-the-code.md index fa9bbedde..8b48c5a98 100644 --- a/docs/contributing/behind-the-code.md +++ b/docs/contributing/behind-the-code.md @@ -160,7 +160,7 @@ The `provider` is a connector that bridges the current data in memory and the da You can combine different providers to build different data storage and loading strategy. -For example, if there is only have `affine-cloud`, +For example, if there is only `affine-cloud`, the data will be only loaded from the Cloud and not saved in the local storage, which might be useful for the enterprise user.