From 1a02c86d311bf24d96f8266550c5d10de0fe48e0 Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Thu, 15 Aug 2024 20:52:57 +0200 Subject: [PATCH] docs(deltalake): correct typos (#23663) ## Summary & Motivation Fixed some typos, I like to read documentation without them ## How I Tested These Changes By the power of eye and thoughts. --- docs/content/integrations/deltalake/reference.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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://")