From b24fa3fd5cedb163408f8ec53463ae15b8affc1b Mon Sep 17 00:00:00 2001 From: "Jan-T. Brinkmann" Date: Tue, 23 Feb 2021 11:05:32 +0100 Subject: [PATCH] Fix minor documentation issues (#31) * fix small typo in spell-checking.md * fix incorrect sample filename in daily-note.md --- docs/features/daily-notes.md | 2 +- docs/features/spell-checking.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/daily-notes.md b/docs/features/daily-notes.md index ec37c37..f95c199 100644 --- a/docs/features/daily-notes.md +++ b/docs/features/daily-notes.md @@ -37,7 +37,7 @@ The following properties can be used: "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`. diff --git a/docs/features/spell-checking.md b/docs/features/spell-checking.md index 28abce1..332a431 100644 --- a/docs/features/spell-checking.md +++ b/docs/features/spell-checking.md @@ -1,6 +1,6 @@ # Spell Checking -Foam come with a spell checker. +Foam comes with a spell checker. 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.