Skip to content

Commit 6f94b39

Browse files
authored
Fix typo (#465)
1 parent cd7d370 commit 6f94b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/append-stream.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ Flushes data to the backend columnar store when this bytes threshold is reached.
302302

303303
## Enable Zero-Replication WAL
304304

305-
You can store WAL (NativeLog) data in S3-compatible cloud storage. To enable this, configure a disk and then create a mutable stream using that disk.
305+
You can store WAL (NativeLog) data in S3-compatible cloud storage. To enable this, configure a disk and then create an append stream using that disk.
306306

307307
```sql
308308
CREATE DISK s3_plain_disk DISK(

0 commit comments

Comments
 (0)