From e583c6180b8c2e9496b7647b6e61aaa32cc1ba36 Mon Sep 17 00:00:00 2001 From: vinothvino42 Date: Wed, 1 May 2024 08:14:34 +0530 Subject: [PATCH] Fix typo in select.mdx --- website/docs/advanced/select.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/advanced/select.mdx b/website/docs/advanced/select.mdx index e6c75e722..6cf58df09 100644 --- a/website/docs/advanced/select.mdx +++ b/website/docs/advanced/select.mdx @@ -47,7 +47,7 @@ Returning a `List` and then mutating that list will not trigger a rebuild. ::: :::caution -Using `select` slightly slows down invididual read operations and +Using `select` slightly slows down individual read operations and increase a tiny bit the complexity of your code. It may not be worth using it if those "other properties" rarely change.