Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid committed Oct 2, 2024
1 parent 2ff4b79 commit 68e7503
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Do {
$retryCount = $retryCount + 1

} catch {
# we expect to enter this 'catch' block if our HTTP request to the host fail.
# we expect to enter this 'catch' block if any of our HTTP requests to the host fail.
# Some failures observed during development include:
# - The host is not running/was restarting/was killed
# - The host is running but not healthy (OOMs may cause this), so it needs to be forcibly restarted
Expand Down

0 comments on commit 68e7503

Please sign in to comment.