mirror of
https://github.com/foambubble/foam-template.git
synced 2025-06-07 20:08:54 +00:00
Fix minor documentation issues (#31)
* fix small typo in spell-checking.md * fix incorrect sample filename in daily-note.md
This commit is contained in:
parent
a23d7ae96f
commit
b24fa3fd5c
2 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ The following properties can be used:
|
||||||
"foam.openDailyNote.titleFormat": "'Journal Entry, ' dddd, mmmm d",
|
"foam.openDailyNote.titleFormat": "'Journal Entry, ' dddd, mmmm d",
|
||||||
```
|
```
|
||||||
|
|
||||||
The above configuration would create a file `journal/note-2020-07-25.mdx`, with the heading `Journal Entry, Sunday, July 25`.
|
The above configuration would create a file `journal/daily-note-2020-07-25.mdx`, with the heading `Journal Entry, Sunday, July 25`.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Spell Checking
|
# Spell Checking
|
||||||
|
|
||||||
Foam come with a spell checker.
|
Foam comes with a spell checker.
|
||||||
|
|
||||||
Misspelled words are highlighted, like hellow.
|
Misspelled words are highlighted, like hellow.
|
||||||
You can place the cursor on top of the word, and press `cmd+.` for suggestions on how to fix the problem.
|
You can place the cursor on top of the word, and press `cmd+.` for suggestions on how to fix the problem.
|
||||||
|
|
Loading…
Add table
Reference in a new issue