📝 docs(custom.mdx): fix typo in the comment, change "top level" to "top-level" for consistency

This commit is contained in:
Gabriel Luiz Freitas Almeida 2023-07-28 14:33:53 -03:00
commit 0d57263a0a

View file

@ -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**):