From b73ee4c91f7bdeaa0fe026e94cd38fc7ae3af308 Mon Sep 17 00:00:00 2001 From: Akshar Dave <37267046+akshar-dave@users.noreply.github.com> Date: Sat, 16 Dec 2023 21:17:29 +0530 Subject: [PATCH] Fixed typo --- docs/docs/api-reference/utils/atomFamily.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/api-reference/utils/atomFamily.md b/docs/docs/api-reference/utils/atomFamily.md index 2ead65d7f..608397621 100644 --- a/docs/docs/api-reference/utils/atomFamily.md +++ b/docs/docs/api-reference/utils/atomFamily.md @@ -140,4 +140,4 @@ function PaneView() { ## Persistence -Persistence observers and [atom effects](/docs/guides/atom-effects) will sync the state for each parameter value as a distinct atom with a unique key based on serialization of the parameter value used. Therefore, it is important to [serializable parameters](/docs/api-reference/utils/atomFamily#parameter-type). Custom classes or functions are not allowed. +Persistence observers and [atom effects](/docs/guides/atom-effects) will sync the state for each parameter value as a distinct atom with a unique key based on serialization of the parameter value used. Therefore, it is important to use [serializable parameters](/docs/api-reference/utils/atomFamily#parameter-type). Custom classes or functions are not allowed.