Skip to content

Commit 45ebe34

Browse files
fix: typo in pricing.mdx
1 parent 6833339 commit 45ebe34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/r2/pricing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ If a user writes 10 objects in R2 for 1 month with an average size of 1 GB and r
125125
| | Usage | Free Tier | Billable Quantity | Price |
126126
| ------------------ | ------------------------------------------- | ------------ | ----------------- | --------- |
127127
| Class B Operations | (1,000 objects) \* (1,000 reads per object) | 10 million | 0 | $0.00 |
128-
| Class A Operations | (1,000 objects) \* (1 write per object) | 1 million | 0 | $0.00 |
128+
| Class A Operations | (10 objects) \* (1 write per object) | 1 million | 0 | $0.00 |
129129
| Storage | (10 objects) \* (1 GB per object) | 10 GB-months | 0 | $0.00 |
130130
| **TOTAL** | | | | **$0.00** |
131131
| | | | | |

0 commit comments

Comments
 (0)