Skip to content

Commit 8d2caea

Browse files
committed
Fix typos
1 parent 2105319 commit 8d2caea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/extensions/lua.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ You can keep these calls in your filter since they won't produce output unless `
151151

152152
## Native Format {#native-format}
153153

154-
A great tool for understanding the behavior of a Lua filter or shortcode in more depth is to target the `native` format (as opposed to `html`, `pdf`, etc.). The `native` format will show you the raw contents of the Pandoc AST. For example, here's a simple markdown document alongside it's `native` output:
154+
A great tool for understanding the behavior of a Lua filter or shortcode in more depth is to target the `native` format (as opposed to `html`, `pdf`, etc.). The `native` format will show you the raw contents of the Pandoc AST. For example, here's a simple markdown document alongside its `native` output:
155155

156156
::: {layout-ncol="2"}
157157
<div>

docs/reference/formats/dashboard.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Card options enable you to specify a title and various layout behaviors:
124124
| `expandable` | Make card content expandable (default: `true`) |
125125
| `width` | Percentage or absolute pixel width (default distributes space evenly across elements in a row) |
126126
| `height` | Percentage or absolute pixel height (default distributes space evenly across elements in a column) |
127-
| `fill` | Whether the card should fill it's container or 'flow', matching the height of its content. (Quarto determines the default value based upon the card contents) |
127+
| `fill` | Whether the card should fill its container or 'flow', matching the height of its content. (Quarto determines the default value based upon the card contents) |
128128

129129
For example:
130130

docs/tools/neovim.qmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Use <kbd>Tab</kbd> and <kbd>Shift+Tab</kbd> to iterate through the suggestions.
6363
![](./images/neovim-code-completion.png)
6464

6565
::: {.callout-note}
66-
The otter in the completion list means that the completion plugin [cmp](https://github.com/hrsh7th/nvim-cmp) got it's completion suggestions from the [otter.nvim](https://github.com/jmbuhr/otter.nvim) plugin, which keeps track of the code in your Quarto document behind the scenes by writing only the code parts to another (an otter) document.
66+
The otter in the completion list means that the completion plugin [cmp](https://github.com/hrsh7th/nvim-cmp) got its completion suggestions from the [otter.nvim](https://github.com/jmbuhr/otter.nvim) plugin, which keeps track of the code in your Quarto document behind the scenes by writing only the code parts to another (an otter) document.
6767
:::
6868

6969
## Code Snippets
@@ -92,7 +92,7 @@ For the full range of options, refer to the documentation of vim/neovim and of t
9292
- Press <kbd>space l o</kbd> to toggle a section overview
9393
- Navigate to the next code chunk with <kbd>[c</kbd> or the previous one with <kbd>]c</kbd>
9494
- Delete/Change/Yank the code of a chunk with <kbd>dio</kbd>/<kbd>cio</kbd>/<kbd>yio</kbd>
95-
- Delete/Change/Yank a whole code chunk with it's delimiters with <kbd>dao</kbd>/<kbd>cao</kbd>/<kbd>yao</kbd>
95+
- Delete/Change/Yank a whole code chunk with its delimiters with <kbd>dao</kbd>/<kbd>cao</kbd>/<kbd>yao</kbd>
9696

9797
Take a look at the files of the kickstarter configuration for more inspiration.
9898

0 commit comments

Comments
 (0)