Skip to content

Commit 74cf2cc

Browse files
authored
docs(idempotency): "persisntence" typo (#1596)
1 parent c9fd2f1 commit 74cf2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/utilities/idempotency.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ This utility provides an abstract base class (ABC), so that you can implement yo
842842
You can inherit from the `BasePersistenceLayer` class and implement the abstract methods `_get_record`, `_put_record`,
843843
`_update_record` and `_delete_record`.
844844

845-
```python hl_lines="8-13 57 65 74 96 124" title="Excerpt DynamoDB Persisntence Layer implementation for reference"
845+
```python hl_lines="8-13 57 65 74 96 124" title="Excerpt DynamoDB Persistence Layer implementation for reference"
846846
import datetime
847847
import logging
848848
from typing import Any, Dict, Optional

0 commit comments

Comments
 (0)