From a7d28622059b1ff4748deb282f7ef7ec21a9fab9 Mon Sep 17 00:00:00 2001 From: Clark Chen <9372896+clarkchentw@users.noreply.github.com> Date: Sun, 9 May 2021 12:52:30 -0500 Subject: [PATCH] Fix typo --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 2516c9a..d52b779 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2105,7 +2105,7 @@ function getServerFiles(client, logger, timings, args) { } catch (e) { logger.all(`----------------------------------------------------------------`); - logger.all(`No file exists on the server "${args["server-dir"] + args["state-name"]}" - this much be your first publish! 🎉`); + logger.all(`No file exists on the server "${args["server-dir"] + args["state-name"]}" - this must be your first publish! 🎉`); logger.all(`The first publish will take a while... but once the initial sync is done only differences are published!`); logger.all(`If you get this message and its NOT your first publish, something is wrong.`); // set the server state to nothing, because we don't know what the server state is @@ -6792,4 +6792,4 @@ module.exports = require("util"); /******/ // Load entry module and return exports /******/ return __webpack_require__(399); /******/ })() -; \ No newline at end of file +;