Skip to content
This repository has been archived by the owner on Sep 14, 2020. It is now read-only.

Correcting Typo in errors.rst #120

Merged
merged 1 commit into from
Jul 3, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The overall runtime of the handler can be limited::
def create_fn(spec, **_):
raise kopf.HandlerRetryError(delay=60)

If the handler is not succeeded withing this time, it is considered
If the handler is not succeeded within this time, it is considered
as fatally failed.

If the handler is an async coroutine and it is still running at the moment,
Expand Down