Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(deltalake): correct typos #23663

Merged
merged 1 commit into from
Aug 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/content/integrations/deltalake/reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,9 @@ aws dynamodb create-table --table-name delta_rs_lock_table \
```

<Note>
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.
</Note>

Expand All @@ -418,7 +418,7 @@ config = S3Config(copy_if_not_exists="header: cf-copy-destination-if-none-match:

</TabGroup>

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://<my-s3-endpoint-url>")
Expand Down