Skip to content

Commit 1bd4865

Browse files
authored
small typo
1 parent 07e3af1 commit 1bd4865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/guides/architecture/storage-engine.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ concurrent data ingestion, modifications, and schema changes without locking the
2727
appears consistent to all readers, even during ongoing write operations.
2828

2929

30-
- **TableWriter**: Changes stored in the WAL, is stored in columnat format by the TableWriter, which
31-
can handle and resolve out-of-order data writes, and enables deduplication. Column files use an
30+
- **TableWriter**: Changes stored in the WAL are stored in columnar format by the TableWriter. The TableWriter
31+
also handles and resolves out-of-order data writes, and enables deduplication. Column files use an
3232
[append model](/docs/concept/storage-model/).
3333

3434
<Screenshot

0 commit comments

Comments
 (0)