From 9ca01407e8e030105e13ee5ff2935a7e6de08117 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Thu, 6 Jan 2022 20:26:33 -0500 Subject: [PATCH] Fix typo --- src/routes/dumpDatabase.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/dumpDatabase.ts b/src/routes/dumpDatabase.ts index af2a954..3fb82e3 100644 --- a/src/routes/dumpDatabase.ts +++ b/src/routes/dumpDatabase.ts @@ -122,7 +122,7 @@ export default async function dumpDatabase(req: Request, res: Response, showPage If you want a live dump, please do not continually fetch this url. Please instead use the sb-mirror project. - This can automatically fetch new data and will not require a redownload each time, saving bandwith. + This can automatically fetch new data and will not require a redownload each time, saving bandwidth.

Links