瀏覽代碼

Fix typo (#943)

Jakub Wilk 3 年之前
父節點
當前提交
4c4d5485a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)