summary refs log tree commit diff
diff options
context:
space:
mode:
authorErkin Alp Güney <erkinalp9035@gmail.com>2021-12-26 18:10:50 +0300
committerGitHub <noreply@github.com>2021-12-26 18:10:50 +0300
commit2be1574041fc428ba0de42ebf639d7ea3247b504 (patch)
tree5ecf89c8e9ec3db10e073b5105dc280f9d5534d5
parentInitial implementation of the remote server shutdown route (diff)
parentFixed mistype (diff)
downloadserver-2be1574041fc428ba0de42ebf639d7ea3247b504.tar.xz
Merge pull request #560 from ImAaronFR/patch-1
Fixed mistype
-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)"