Skip to content

Commit

Permalink
chore: Fix typo in Errormessage
Browse files Browse the repository at this point in the history
  • Loading branch information
tlukkezen committed Nov 27, 2023
1 parent a1ffb3c commit 18865c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nuclei/client/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def call_endpoint(

if not response.ok:
raise RuntimeError(
"An error was thrown during your reqeust. Please take a look at the response object for "
"An error was thrown during your request. Please take a look at the response object for "
"more information. You can get the response object by setting the `return_response` attribute"
"to True. \n"
f"Request URL: {response.url} \n"
Expand Down

0 comments on commit 18865c9

Please sign in to comment.