Skip to content

Commit fd57cda

Browse files
docs(idempotency): removed inexistent css class (#7539)
Fix docs
1 parent 9889492 commit fd57cda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/utilities/idempotency.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ To start, you'll need:
7878
<!-- markdownlint-disable MD030 -->
7979

8080
<div class="grid cards" markdown>
81-
* :octicons-database-16:{ .lg .middle } __Persistent storage__
81+
* **Persistent storage**
8282

8383
---
8484

8585
[Amazon DynamoDB](#dynamodb-table) or [Valkey/Redis OSS/Redis compatible](#cache-database)
8686

87-
* :simple-awslambda:{ .lg .middle } **AWS Lambda function**
87+
* **AWS Lambda function**
8888

8989
---
9090

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
id,name,location
2-
1,Ruben Fonseca, Denmark
3-
2,Heitor Lessa, Netherlands
4-
3,Leandro Damascena, Portugal
2+
1,Alejandro Rosalez, Country1
3+
2,Ana Carolina Silva, Country2
4+
3,Richard Roe, Country3

0 commit comments

Comments
 (0)