From f9812c03161057771b541cc5709537869f41e5cc Mon Sep 17 00:00:00 2001 From: Ryan Pivovar Date: Tue, 2 Jul 2024 07:48:30 -0400 Subject: [PATCH] Fix typo in title --- src/routes/solid-router/reference/data-apis/cache.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/solid-router/reference/data-apis/cache.mdx b/src/routes/solid-router/reference/data-apis/cache.mdx index 86e3ec34a..fb36ee3e7 100644 --- a/src/routes/solid-router/reference/data-apis/cache.mdx +++ b/src/routes/solid-router/reference/data-apis/cache.mdx @@ -62,7 +62,7 @@ export default function User(props) { } ``` -## Cach function capabilities +## Cache function capabilities `cache` accomplishes the following: