Jakub Wilk 3 years ago
parent
commit
4c4d5485a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/nitter.nim

+ 1 - 1
src/nitter.nim

@@ -87,7 +87,7 @@ routes:
 
   error BadClientError:
     echo error.exc.name, ": ", error.exc.msg
-    resp Http500, showError("Network error occured, please try again.", cfg)
+    resp Http500, showError("Network error occurred, please try again.", cfg)
 
   error RateLimitError:
     const link = a("another instance", href = instancesUrl)