From a6db50734c36d72fd90a60fea683d11f54cb38ff Mon Sep 17 00:00:00 2001 From: Avril Aysha <68642378+avriiil@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:21:07 +0100 Subject: [PATCH] typo fix --- docs/integrations/object-storage/s3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/object-storage/s3.md b/docs/integrations/object-storage/s3.md index 1989494978..a7965cb2a5 100644 --- a/docs/integrations/object-storage/s3.md +++ b/docs/integrations/object-storage/s3.md @@ -1,6 +1,6 @@ # AWS S3 Storage Backend -`delta-rs` offers native support for using AWS S3 as an objet storage backend. +`delta-rs` offers native support for using AWS S3 as an object storage backend. You don’t need to install any extra dependencies to read/write Delta tables to S3 with engines that use `delta-rs`. You do need to configure your AWS access credentials correctly.