From 5f0ffd9ee6939cbf9b73615926997b1144a520c3 Mon Sep 17 00:00:00 2001 From: Avril Aysha <68642378+avriiil@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:09:31 +0100 Subject: [PATCH] fix typo --- docs/how-delta-lake-works/architecture-of-delta-table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-delta-lake-works/architecture-of-delta-table.md b/docs/how-delta-lake-works/architecture-of-delta-table.md index 5406295ad3..25996878ec 100644 --- a/docs/how-delta-lake-works/architecture-of-delta-table.md +++ b/docs/how-delta-lake-works/architecture-of-delta-table.md @@ -76,7 +76,7 @@ The Parquet file stores the data that was written. The `_delta_log` directory s } ``` -The tranasction log file contains the following information: +The transaction log file contains the following information: * the files added to the Delta table * schema of the files