diff --git a/docs/integrations/delta-lake-polars.md b/docs/integrations/delta-lake-polars.md index 0e029847e8..eec9a7c2f4 100644 --- a/docs/integrations/delta-lake-polars.md +++ b/docs/integrations/delta-lake-polars.md @@ -132,7 +132,7 @@ print(pl.read_delta("tmp/bear_delta_lake", version=1)) +-----+ ``` -Read the Delta table wihout specifying a version and see how it reads the latest version by default: +Read the Delta table without specifying a version and see how it reads the latest version by default: ``` print(pl.read_delta("tmp/bear_delta_lake"))