Skip to content

Commit 4f6f2bb

Browse files
authored
Update deprecated text_area to textArea
1 parent 4cc424e commit 4f6f2bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exampleVault/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ inlineSelect: 0
3636
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque sit amet porttitor arcu. Quisque scelerisque dolor augue, et posuere nulla bibendum nec. Curabitur sed rhoncus nisl.
3737
3838
```meta-bind
39-
INPUT[text_area(
39+
INPUT[textArea(
4040
title(text area),
4141
class(meta-bind-full-width),
4242
class(meta-bind-high)
@@ -88,4 +88,4 @@ Code block error
8888
INPUT[slider(nonExistantArgument)]
8989
```
9090

91-
`INPUT[inlineSelect(option(a), option(b), option(c)]`
91+
`INPUT[inlineSelect(option(a), option(b), option(c)]`

0 commit comments

Comments
 (0)