From f501ef46cc6123668c0c670c646950c58cd32491 Mon Sep 17 00:00:00 2001 From: Michelle S Date: Tue, 8 Jun 2021 21:20:21 -0600 Subject: [PATCH] Fix typo (#2583) 'true' misspelled as 'ture' --- src/common/filesystem/paths.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/filesystem/paths.js b/src/common/filesystem/paths.js index 04bbcde9f..beb9f7137 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 */