diff --git a/docs/content/integrations/deltalake/reference.mdx b/docs/content/integrations/deltalake/reference.mdx
index e706b118413f5..066d97b31f5d7 100644
--- a/docs/content/integrations/deltalake/reference.mdx
+++ b/docs/content/integrations/deltalake/reference.mdx
@@ -396,9 +396,9 @@ aws dynamodb create-table --table-name delta_rs_lock_table \
```
- The delta-rs community is actively working on extending the awailable options
+ The delta-rs community is actively working on extending the available options
for locking backends. This includes locking backends compatible with
- Databricks to allow concurrent writes from Databrticks and external
+ Databricks to allow concurrent writes from Databricks and external
environments.
@@ -418,7 +418,7 @@ config = S3Config(copy_if_not_exists="header: cf-copy-destination-if-none-match:
-In caeses where now-AWS S3 implementations are used, the endpoint URL or the S§ service needs to be provided.
+In cases where non-AWS S3 implementations are used, the endpoint URL or the S§ service needs to be provided.
```py
config = S3Config(endpoint="https://")