Skip to content

Commit

Permalink
Update index.mdx Grammatical error correction
Browse files Browse the repository at this point in the history
Grammatical error correction in doc.
  • Loading branch information
henryobiaraije authored Jan 4, 2025
1 parent 94b1f22 commit 5dd7c0c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Nested items can be created by separating the items with `.` (dot) in the name.

### Arrays

Arrays, either top level or nested are created by specifying the zero-based index in the name. For example `person.pets.0` would be converted to `{ person: { pets: [ 'cat' ] } }`.
Arrays, either top-level or nested are created by specifying the zero-based index in the name. For example `person.pets.0` would be converted to `{ person: { pets: [ 'cat' ] } }`.

### Example

Expand Down Expand Up @@ -52,7 +52,7 @@ The key to creating a complex form is in the naming of the inputs. Below would b

#### Output object

The after submitting the form the data would be parsed in an object like this:
After submitting the form the data would be parsed in an object like this:
```json
{
"person": [
Expand Down

0 comments on commit 5dd7c0c

Please sign in to comment.