Skip to content

Commit 7631d11

Browse files
committed
chore: this spelling error was annoying CI
Signed-off-by: R. Tyler Croy <rtyler@brokenco.de>
1 parent 43bbd4a commit 7631d11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/usage/working-with-partitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ This command logically deletes the data by creating a new transaction.
204204

205205
### Optimize & Vacuum
206206

207-
Partitioned tables can accummulate many small files if a partition is frequently appended to. You can compact these into larger files on a specific partition with [`optimize.compact`](../../delta_table/#deltalake.DeltaTable.optimize).
207+
Partitioned tables can accumulate many small files if a partition is frequently appended to. You can compact these into larger files on a specific partition with [`optimize.compact`](../../delta_table/#deltalake.DeltaTable.optimize).
208208

209209
If we want to target compaction at specific partitions we can include partition filters.
210210

0 commit comments

Comments
 (0)