summary refs log tree commit diff
path: root/bundle
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
commitb83fd52927d7428abe47b79b9ab1f0658a7e2459 (patch)
tree5ecf89c8e9ec3db10e073b5105dc280f9d5534d5 /bundle
parentInitial implementation of the remote server shutdown route (diff)
downloadserver-b83fd52927d7428abe47b79b9ab1f0658a7e2459.tar.xz
Fixed mistype
Pre-relase ----> Pre-Release
Diffstat (limited to 'bundle')
-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)"