From 746c6ca59a7bd10ab0a42a8fecf0001e80eeb647 Mon Sep 17 00:00:00 2001 From: gennadiipel <67027002+gennadiipel@users.noreply.github.com> Date: Wed, 13 Dec 2023 17:12:07 +0200 Subject: [PATCH] docs: Fix typo at toHaveStyle function description (#558) --- types/matchers.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/matchers.d.ts b/types/matchers.d.ts index ff9b840..d1b13b7 100755 --- a/types/matchers.d.ts +++ b/types/matchers.d.ts @@ -344,7 +344,7 @@ declare namespace matchers { * Only matches if the element has *all* the expected properties applied, not just some of them. * @example *