Skip to content

Commit

Permalink
docs(database): remove useless ";" character (#23420) (#23421)
Browse files Browse the repository at this point in the history
* docs(database): remove useless ";" character (#23420)

* fix

---------

Co-authored-by: Charis Lam <26616127+charislam@users.noreply.github.com>
  • Loading branch information
FACON-Nicolas and charislam committed Apr 30, 2024
1 parent b457ebf commit 3e8f882
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/docs/content/guides/database/arrays.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -172,11 +172,11 @@ console.log(JSON.stringify(data, null, 2))

returns:

```js
;[
```json
[
{
textarray: ['Harry', 'Larry', 'Moe'],
},
"textarray": ["Harry", "Larry", "Moe"]
}
]
```

Expand Down

0 comments on commit 3e8f882

Please sign in to comment.