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:
Jan-T. Brinkmann 2021-02-23 11:05:32 +01:00 committed by GitHub
parent a23d7ae96f
commit b24fa3fd5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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`.

View file

@ -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.