Skip to content

Commit

Permalink
docs(deltalake): correct typos (#23663)
Browse files Browse the repository at this point in the history
## Summary & Motivation

Fixed some typos, I like to read documentation without them

## How I Tested These Changes

By the power of eye and thoughts.
  • Loading branch information
dargmuesli authored Aug 15, 2024
1 parent 0c6415f commit 1a02c86
Showing 1 changed file with 3 additions and 3 deletions.
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

1 comment on commit 1a02c86

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-h6fi7ck7k-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 1a02c86.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.