Skip to content

Commit a32f5e5

Browse files
authored
Apply suggestions from code review
1 parent 4220bd0 commit a32f5e5

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/content/docs/workers/platform/storage-options.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ To get started with Hyperdrive:
153153

154154
## Pipelines
155155

156-
Pipelines is a streaming ingestion service that allows you to ingest high volumes of real time data, without managing any infrastructure
156+
Pipelines is a streaming ingestion service that allows you to ingest high volumes of real time data, without managing any infrastructure.
157157

158158
Pipelines allows you to:
159159

src/content/partials/kv/kv-vs-d1.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ Cloudflare D1 provides a SQL database that supports relational data modeling and
1414

1515
* D1 is built on top of SQLite, and exposes a SQL interface that is supported by many ORMs.
1616
* Built-in [read replication](/d1/best-practices/read-replication/) enables you to automatically replicate data globally whilst still maintaining strong consistency.
17-
*
18-
D1 supports snapshot isolation consistency and is ideal for
19-
workloads that store user data or general web application data.
17+
* D1 supports snapshot isolation consistency and is ideal for workloads that store user data or general web application data.
2018

2119
###
2220

0 commit comments

Comments
 (0)