Skip to content

Commit 9da22c1

Browse files
loks0nItzNotABug
andauthored
Update src/routes/blog/post/announcing-database-reads-and-writes-pricing/+page.markdoc
Co-authored-by: Darshan <[email protected]>
1 parent ff45f48 commit 9da22c1

File tree

1 file changed

+1
-1
lines changed
  • src/routes/blog/post/announcing-database-reads-and-writes-pricing

1 file changed

+1
-1
lines changed

src/routes/blog/post/announcing-database-reads-and-writes-pricing/+page.markdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Any action that modifies data in your database, including:
4949
- Updating documents with `updateDocument`.
5050
- Deleting documents with `deleteDocument`.
5151

52-
Most operations are usually counted based on the number of documents affected. For example, if you fetch a collection of 50 documents with a single API call, this counts as 50 read operations, not as a single operation. However, if your query returns no documents, it will count as a single operation.
52+
Most operations are counted based on the number of documents affected. For example, if you fetch a collection of 50 documents with a single API call, this counts as 50 read operations, not as a single operation. However, if your query returns no documents, it will count as a single operation.
5353

5454
# Your usage
5555

0 commit comments

Comments
 (0)