Skip to content

Commit

Permalink
Add skills property to Employee schema
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelRajodiya committed May 28, 2024
1 parent 06788f9 commit d1fcc8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/01-introduction/02-Arrays/instructions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ We will continue with the Employee schema and add a new property `skills` which

## Defining an array property

```json highlightLineStart={3} highlightLineEnd={8}
```json
{
...
"skills": {
Expand Down

0 comments on commit d1fcc8f

Please sign in to comment.