From c3e34b469c47682cc84e0f0e2688430a48e15656 Mon Sep 17 00:00:00 2001 From: Joshua Fontany Date: Sun, 6 Dec 2020 14:59:48 -0800 Subject: [PATCH] typo (#5221) --- core/modules/utils/filesystem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/utils/filesystem.js b/core/modules/utils/filesystem.js index 370a1eaf5..eb1050f90 100644 --- a/core/modules/utils/filesystem.js +++ b/core/modules/utils/filesystem.js @@ -217,7 +217,7 @@ Options include: */ exports.generateTiddlerFileInfo = function(tiddler,options) { var fileInfo = {}, metaExt; - // Propigate the isEditableFile flag + // Propagate the isEditableFile flag if(options.fileInfo) { fileInfo.isEditableFile = options.fileInfo.isEditableFile || false; }