mirror of
https://github.com/org-roam/org-roam
synced 2025-09-30 17:00:56 -05:00
(docs): fix typo eduring -> during (#405)
Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ title doesn't already exist, we would like to create a new file,
|
|||||||
without prompting for the title again.
|
without prompting for the title again.
|
||||||
|
|
||||||
Variables passed are expanded with the `${var}` syntax. For example,
|
Variables passed are expanded with the `${var}` syntax. For example,
|
||||||
eduring `org-roam-insert`, `${title}` is prefilled for expansion. Any
|
during `org-roam-insert`, `${title}` is prefilled for expansion. Any
|
||||||
variables that do not contain strings, are prompted for values using
|
variables that do not contain strings, are prompted for values using
|
||||||
`completing-read`.
|
`completing-read`.
|
||||||
|
|
||||||
@@ -80,4 +80,3 @@ doesn't yet exist. This creates a file at path that looks like
|
|||||||
whole file, rather than narrowing to just the entry.
|
whole file, rather than narrowing to just the entry.
|
||||||
|
|
||||||
Other options you may want to learn about include `:immediate-finish`.
|
Other options you may want to learn about include `:immediate-finish`.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user