Skip to content

Commit d82fedd

Browse files
authored
Update 10-types-of-arrays.mdx
1 parent b736a97 commit d82fedd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/40-using-arrays/10-types-of-arrays.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Tabs from '@theme/Tabs';
22
import TabItem from '@theme/TabItem';
33

4-
# 👐 Types of arrays
4+
# 👐 Types of Arrays
55

66
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`.
77

@@ -151,4 +151,4 @@ I got this one. (It can change depending on the data source you imported.)
151151
"value": "0002005018"
152152
}
153153
],
154-
```
154+
```

0 commit comments

Comments
 (0)