diff --git a/docs/40-using-arrays/10-types-of-arrays.mdx b/docs/40-using-arrays/10-types-of-arrays.mdx index 57f09c2..1f8a37b 100644 --- a/docs/40-using-arrays/10-types-of-arrays.mdx +++ b/docs/40-using-arrays/10-types-of-arrays.mdx @@ -3,7 +3,7 @@ import TabItem from '@theme/TabItem'; # 👐 Types of arrays -A JSON array can contain __simple values__ (scalar values) or __objects__. In our data, `books` have a scalar array of the `genres` this book belongs to. It also has several arrays of objects, like the `authors` of a book, `attributes` and `reviews`. +A JSON array can contain __simple values__ (scalar values) or __objects__. In our data, `books` have a scalar array of the `genres` this book belongs to. It also has several arrays of objects, like the `authors` of a book, `attributes`, and `reviews`. Let's get one book: @@ -151,4 +151,4 @@ I got this one. (It can change depending on the data source you imported.) "value": "0002005018" } ], -``` \ No newline at end of file +```