Skip to content

Commit 4c4c431

Browse files
docs: Fix typo
1 parent 46180f3 commit 4c4c431

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/index.org

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ that demonstrates how the similar Orgmode clone [[https://github.com/dhruvasagar
4646
:PROPERTIES:
4747
:CUSTOM_ID: api-docs
4848
:END:
49-
Nvim-orgmode exoses a Lua API that can be used to interact with the orgmode. To view it, check [[file:../docs/orgmode-api.txt][orgmode-api.txt]]
49+
Nvim-orgmode exposes a Lua API that can be used to interact with the orgmode. To view it, check [[file:../docs/orgmode-api.txt][orgmode-api.txt]]
5050
or do =:h OrgApi= in Neovim.
5151

5252
** Globals and commands
@@ -62,7 +62,7 @@ List of available actions:
6262
- =:Org helpgrep= - Open search agenda view that allows searching through the documentation
6363
- =:Org agenda {type?}= - Open agenda view by the shortcut, for example =:Org agenda M= will open =tags_todo= view. When =type= is omitted, it opens up Agenda view.
6464
- =:Org capture {type?}= - Open capture template by the shortcut, for example =:Org capture t=. When =type= is omitted, it opens up Capture prompt.
65-
- =:Org install_treesitter_grammar= - Install the treesitter grammar for orgmode. If installed, prompt to reinstall. Grammar is installed automatically
65+
- =:Org install_treesitter_grammar= - Install the treesitter grammar for Orgmode. If installed, prompt to reinstall. Grammar is installed automatically
6666
on first run, but this is useful in case when there are issues with the grammar.
6767

6868
All of the commands above can be executed through the global Lua =Org= variable. Examples:

0 commit comments

Comments
 (0)