diff --git a/src/common/filesystem/paths.js b/src/common/filesystem/paths.js index 04bbcde9..beb9f713 100644 --- a/src/common/filesystem/paths.js +++ b/src/common/filesystem/paths.js @@ -39,7 +39,7 @@ export const hasMarkdownExtension = filename => { } /** - * Returns ture if the path is an image file. + * Returns true if the path is an image file. * * @param {string} filepath The path */