From f1762238f9c330cbd7927fd549d213511fd0b9fa Mon Sep 17 00:00:00 2001 From: AyushShukla1807 Date: Mon, 30 Mar 2026 22:49:26 +0530 Subject: [PATCH] docs: typo fix comaptibility -> compatibility --- types/test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/test.tsx b/types/test.tsx index 03b31d3f..10e6c303 100644 --- a/types/test.tsx +++ b/types/test.tsx @@ -138,7 +138,7 @@ export function wrappedRender( return pure.render(ui, { wrapper: Wrapper, - // testing exactOptionalPropertyTypes comaptibility + // testing exactOptionalPropertyTypes compatibility hydrate: options?.hydrate, ...options, })