From f1e84b0c4e8965abd8bb3d119f8d9450092f3408 Mon Sep 17 00:00:00 2001 From: Viki Date: Thu, 13 Jun 2024 20:17:42 +0800 Subject: [PATCH] docs: modify doc --- website/docs/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/introduction.md b/website/docs/introduction.md index 28cb5808..45919f42 100644 --- a/website/docs/introduction.md +++ b/website/docs/introduction.md @@ -24,4 +24,4 @@ Visit the [Get Started](/docs/get-started) section to explore how it can be inte - **Safe State**: Implements a [safe state](/docs/optimization/safe-state) strategy for all stateful Hooks, reducing bugs and unwanted behaviors. - **Stable functions**: Every exported function benefits from [stabilization](/docs/optimization/stabilization) by default. - **Latest State**: Avoids the expired closure issues by using [latest](/docs/optimization/latest-state) state internally. -- **Reduced Unnecessary Rerenders**: use [Pausable](/docs/features/pausable) instance to control the behavior of some Hooks optionally. +- **Reduced Unnecessary Rerenders**: Use [Pausable](/docs/features/pausable) instance to control the behavior of some Hooks optionally.