Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
farnabaz committed Feb 23, 2023
1 parent e20aa99 commit 92b100c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/content/3.guide/1.writing/3.mdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Note that in this case you should use single quotes for the value string so you
```

```md [number-array.md]
::dropdown{:items=[1,2,3.5]}
::dropdown{:items='[1,2,3.5]'}
::
```

Expand All @@ -229,7 +229,6 @@ Note that in this case you should use single quotes for the value string so you
```
::

Note that an array with numbers is also accepted without enquoting it with single quotes (see `number-array.md` example).

### YAML method

Expand Down

0 comments on commit 92b100c

Please sign in to comment.