Skip to content

Commit 5afe217

Browse files
Fix typo in exceptions doc
1 parent f844230 commit 5afe217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

designs/exceptions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ smithy-python clients will expose exceptions to customers.
1010
specific catch statement (that is, not just `except Exception`).
1111
* Every modeled exception raised by a service should be catchable with a single,
1212
specific catch statement.
13-
* Exceptions should contain information about retryablility where relevant.
13+
* Exceptions should contain information about retryability where relevant.
1414

1515
## Specification
1616

0 commit comments

Comments
 (0)