From 091a338fbda1ab28ffd3e665101fee5ee4d48081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon?= Date: Sun, 20 Aug 2023 12:26:44 +0200 Subject: [PATCH] chore: fixed example in docs --- docs/docs/Features/other-libs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/Features/other-libs.md b/docs/docs/Features/other-libs.md index b17fa98..9844e86 100644 --- a/docs/docs/Features/other-libs.md +++ b/docs/docs/Features/other-libs.md @@ -24,7 +24,7 @@ import { const tanstackResolver = ( query: TanstackUseQueryResult ): UseQueryResult & { - orignal_query: TanstackUseQueryResult; + original_query: TanstackUseQueryResult; } => ({ isLoading: query.isLoading, isFetching: query.isFetching,