Skip to content

Commit

Permalink
Misspelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stkrizh committed Aug 4, 2020
1 parent 7ea980c commit 00d86d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colorific/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class ImageListView(ViewMixin, View):
time_interval=config.rate_limit.image_search_ip_time_interval,
limit=config.rate_limit.image_search_ip_limit,
error=(
"You've making too many requests to the service, "
"You've made too many requests to the service, "
"please try again a bit later."
),
)
Expand Down

0 comments on commit 00d86d0

Please sign in to comment.