diff --git a/.cspell/custom-dictionary.txt b/.cspell/custom-dictionary.txt index afccb656d2..bb8b2c1c1b 100644 --- a/.cspell/custom-dictionary.txt +++ b/.cspell/custom-dictionary.txt @@ -430,4 +430,5 @@ Berdly frrist swaggo isbadactor -installationid \ No newline at end of file +installationid +firstbacalhauimage \ No newline at end of file diff --git a/test-integration/README.md b/test-integration/README.md index bada3d6e3c..48f9eabed4 100644 --- a/test-integration/README.md +++ b/test-integration/README.md @@ -91,7 +91,7 @@ docker exec -it bacalhau-client-node-container /bin/bash Setup an alias for the Minio CLI ```shell # The environment variables are already injected in -# the container, no need to replce them yourself. +# the container, no need to replace them yourself. mc alias set bacalhau-minio "http://${BACALHAU_MINIO_NODE_HOST}:9000" "${MINIO_ROOT_USER}" "${MINIO_ROOT_PASSWORD}" mc admin info bacalhau-minio ```