(docs): fix typo eduring -> during (#405)

Co-authored-by: Jethro Kuan <jethrokuan95@gmail.com>
This commit is contained in:
Langston Barrett
2020-04-07 00:30:07 -07:00
committed by GitHub
parent c7a44b9f12
commit 72faa591fb

View File

@@ -21,7 +21,7 @@ additional properties:
1. `:file-name`: This is the file name template used when a new note 1. `:file-name`: This is the file name template used when a new note
is created. is created.
2. `:head`: This is the template that is inserted on initial note 2. `:head`: This is the template that is inserted on initial note
creation. creation.
### Org-roam Template Expansion ### Org-roam Template Expansion
@@ -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`.