From 0f757bc1016797d973e7697d2957f3e7f2fdcf06 Mon Sep 17 00:00:00 2001 From: btzr-io Date: Wed, 29 Jul 2020 23:07:00 -0500 Subject: [PATCH] fix typo --- ui/component/publishForm/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/publishForm/view.jsx b/ui/component/publishForm/view.jsx index 5da4b5e60..2a611e826 100644 --- a/ui/component/publishForm/view.jsx +++ b/ui/component/publishForm/view.jsx @@ -252,7 +252,7 @@ function PublishForm(props: Props) { if (mode === PUBLISH_MODES.POST) { let outputFile = filePath; // If user modified content on the text editor or editing name has changed: - // Save changes and updat file path + // Save changes and update file path if (fileEdited || nameEdited) { // @if TARGET='app' outputFile = await saveFileChanges();