We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 382d453 commit 443968cCopy full SHA for 443968c
docs/contributing.rst
@@ -164,7 +164,7 @@ optional dependencies to be installed), run::
164
Note that some tests also require storage services to be running
165
locally. To run the Azure Blob Service storage tests, run an Azure
166
storage emulator (e.g., azurite) and set the environment variable
167
-``ZARR_TEST_ABS=1``. If you're the Docker to run azurite, start the service with::
+``ZARR_TEST_ABS=1``. If you're using Docker to run azurite, start the service with::
168
169
docker run --rm -p 10000:10000 mcr.microsoft.com/azure-storage/azurite azurite-blob --loose --blobHost 0.0.0.0
170
0 commit comments