Skip to content

Commit

Permalink
Fix typo (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilk committed Jul 14, 2023
1 parent afbdbd2 commit 4c4d548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nitter.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4c4d548

Please sign in to comment.