Fix typo (#943)
This commit is contained in:
parent
afbdbd293e
commit
4c4d5485a0
|
@ -87,7 +87,7 @@ routes:
|
||||||
|
|
||||||
error BadClientError:
|
error BadClientError:
|
||||||
echo error.exc.name, ": ", error.exc.msg
|
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:
|
error RateLimitError:
|
||||||
const link = a("another instance", href = instancesUrl)
|
const link = a("another instance", href = instancesUrl)
|
||||||
|
|
Loading…
Reference in New Issue