summary refs log tree commit diff
diff options
context:
space:
mode:
authorImAaronFR <96433859+ImAaronFR@users.noreply.github.com>2021-12-26 18:36:46 +0330
committerGitHub <noreply@github.com>2021-12-26 18:36:46 +0330
commit37c31f647d1b07526aa1669bf374486972bdde43 (patch)
treee2664fe4bde710597d660cfc6127dda267e963d8
parentInitial implementation of the remote server shutdown route (diff)
downloadserver-37c31f647d1b07526aa1669bf374486972bdde43.tar.xz
Fixed mistype
Pre-relase ----> Pre-Release
-rw-r--r--bundle/src/start.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/src/start.ts b/bundle/src/start.ts
index 8725ba61..18450979 100644
--- a/bundle/src/start.ts
+++ b/bundle/src/start.ts
@@ -31,7 +31,7 @@ if (cluster.isMaster) {
 ╚═╝      ╚═════╝ ╚══════╝╚══════╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝╚═════╝
 
 		fosscord-server | ${yellow(
-			`Pre-relase (${
+			`Pre-Release (${
 				commit !== null
 					? commit.slice(0, 7)
 					: "Unknown (Git cannot be found)"