'true' misspelled as 'ture'
This commit is contained in:
Michelle S 2021-06-08 21:20:21 -06:00 committed by GitHub
parent 0fa6c33c44
commit f501ef46cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
*/