From 7f8e8e93a4b7d180c9d2827eff3baa12f3ccbcad Mon Sep 17 00:00:00 2001 From: Mikhail Sidorov <7780462+mikhailsidorov@users.noreply.github.com> Date: Fri, 3 Feb 2023 00:26:17 +0200 Subject: [PATCH] Fix missed bracket --- docs/queries/bytestid.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/queries/bytestid.mdx b/docs/queries/bytestid.mdx index 0ee173d90..d6c71119e 100644 --- a/docs/queries/bytestid.mdx +++ b/docs/queries/bytestid.mdx @@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem' ## API ```typescript -getByTestId( +getByTestId({ // If you're using `screen`, then skip the container argument: container: HTMLElement, text: TextMatch,