From 0d57263a0af3056b49e47df1b390cd909c25adae Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 28 Jul 2023 14:33:53 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs(custom.mdx):=20fix=20typo?= =?UTF-8?q?=20in=20the=20comment,=20change=20"top=20level"=20to=20"top-lev?= =?UTF-8?q?el"=20for=20consistency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/docs/components/custom.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/components/custom.mdx b/docs/docs/components/custom.mdx index daa121c1c..e2bcab798 100644 --- a/docs/docs/components/custom.mdx +++ b/docs/docs/components/custom.mdx @@ -30,7 +30,7 @@ The class can have a [_`build_config`_](focus://8) instance method, which is use The [_`build_config`_](focus://8) method should always return a dictionary with specific keys representing the field names and their corresponding configurations. It must follow the format described below: -The top level keys are the field names. +The top-level keys are the field names. Their values are of type _`dict`_ with any of the following keys (all of them are **optional**):