Skip to content

Commit ba74a50

Browse files
1 parent 19c6984 commit ba74a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To create an input field you have to write an inline code block starting with `I
1414
Examples:
1515
- `INPUT[toggle]` will create an unbound toggle
1616
- `INPUT[slider:rating]` will create a slider bound to the metadata field `rating` of this note
17-
- `INPUT[text:taks#completedOn]` will create a text input bound to the metadata field `completedOn` of the note with the name `task`
17+
- `INPUT[text:task#completedOn]` will create a text input bound to the metadata field `completedOn` of the note with the name `task`
1818

1919
The plugin also allows further customization with arguments. So the complete syntax looks like this:
2020
```

0 commit comments

Comments
 (0)