Skip to content

Commit 48cb9f3

Browse files
authored
fix: correct typos in CONTRIBUTING.md (#17507)
1 parent 30efc4d commit 48cb9f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

datafusion-cli/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cargo test
2929

3030
## Running Storage Integration Tests
3131

32-
By default, storage integration tests are not run. These test use the `testcontainers` crate to start up a local MinIO server using docker on port 9000.
32+
By default, storage integration tests are not run. These tests use the `testcontainers` crate to start up a local MinIO server using Docker on port 9000.
3333

3434
To run them you will need to set `TEST_STORAGE_INTEGRATION`:
3535

@@ -49,6 +49,6 @@ If you see an error mentioning "failed to load IMDS session token" such as
4949
> ---- object_storage::tests::s3_object_store_builder_resolves_region_when_none_provided stdout ----
5050
> Error: ObjectStore(Generic { store: "S3", source: "Error getting credentials from provider: an error occurred while loading credentials: failed to load IMDS session token" })
5151
52-
You my need to disable trying to fetch S3 credentials from the environment using the `AWS_EC2_METADATA_DISABLED`, for example:
52+
You may need to disable trying to fetch S3 credentials from the environment using the `AWS_EC2_METADATA_DISABLED`, for example:
5353

5454
> $ AWS_EC2_METADATA_DISABLED=true TEST_STORAGE_INTEGRATION=1 cargo test

0 commit comments

Comments
 (0)