From e2b111a6700ab5406f258a8d30655d3ebc1e360f Mon Sep 17 00:00:00 2001 From: Henry Obiaraije <45720045+henryobiaraije@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:24:10 +0100 Subject: [PATCH] docs: grammatical error correction (#7225) --- .../routes/docs/(qwikcity)/advanced/complex-forms/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/docs/src/routes/docs/(qwikcity)/advanced/complex-forms/index.mdx b/packages/docs/src/routes/docs/(qwikcity)/advanced/complex-forms/index.mdx index 5ac6d8940bf..f71a730f9a1 100644 --- a/packages/docs/src/routes/docs/(qwikcity)/advanced/complex-forms/index.mdx +++ b/packages/docs/src/routes/docs/(qwikcity)/advanced/complex-forms/index.mdx @@ -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 @@ -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": [