Skip to content

Commit

Permalink
Fix typo (#2024)
Browse files Browse the repository at this point in the history
  • Loading branch information
selfire1 authored Sep 15, 2023
1 parent 3e7660a commit 86695ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/api/code-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ Equivalent to `dv.query()`, but returns rendered Markdown.

```js
await dv.queryMarkdown("LIST FROM #tag") =>
{ successfult: true, value: { "- [[Page 1]]\n- [[Page 2]]" } }
{ successful: true, value: { "- [[Page 1]]\n- [[Page 2]]" } }
```

### `dv.tryQueryMarkdown(source, [file], [settings])`
Expand Down

0 comments on commit 86695ea

Please sign in to comment.