Skip to content

Commit 6ddff4f

Browse files
authored
docs: a XML -> an XML
1 parent 8557b41 commit 6ddff4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Zarr strives to maintain 100% test coverage under the latest Python stable relea
143143
hatch env run --env test.py3.12-2.2-optional run-coverage
144144
```
145145

146-
will automatically run the test suite with coverage and produce a XML coverage report. This should be 100% before code can be accepted into the main code base.
146+
will automatically run the test suite with coverage and produce an XML coverage report. This should be 100% before code can be accepted into the main code base.
147147

148148
You can also generate an HTML coverage report by running:
149149

@@ -273,4 +273,4 @@ performance benchmarks as part of our test suite. The benchmarks can be are foun
273273
By default pytest is configured to run these benchmarks as plain tests (i.e., no benchmarking). To run
274274
a benchmark with timing measurements, use the `--benchmark-enable` when invoking `pytest`.
275275

276-
The benchmarks are run as part of the continuous integration suite through [codspeed](https://codspeed.io/zarr-developers/zarr-python).
276+
The benchmarks are run as part of the continuous integration suite through [codspeed](https://codspeed.io/zarr-developers/zarr-python).

0 commit comments

Comments
 (0)