Skip to content

Commit d797b39

Browse files
committed
docs: keep codespell happy (re-used → reused)
See codespell-project/codespell#3445
1 parent d4e7559 commit d797b39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/howto/docker.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ with the following contents:
198198
And that's it! The :mod:`~taskgraph.transforms.docker_image` transforms will
199199
process the ``Dockerfile`` and handle the special syntax. Whereas the
200200
:mod:`~taskgraph.transforms.cached_tasks` transforms will ensure the image is
201-
only generated once and then re-used by all subsequent pushes until the image
201+
only generated once and then reused by all subsequent pushes until the image
202202
is modified.
203203

204204
Layering images on top of each other

docs/tutorials/creating-a-task-graph.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Create the ``config.yml`` file to look like:
6262
Here's an explanation of the required top-level keys:
6363

6464
* ``trust-domain`` - :term:`Trust domains <Trust Domain>` help prevent
65-
permissions and worker pools from one project from being re-used in another. The
65+
permissions and worker pools from one project from being reused in another. The
6666
value you should use here will be configured by your Taskcluster administrator.
6767
But we'll use ``myrepo`` for the purposes of this tutorial.
6868
* ``task-priority`` - The priority of tasks for this repo.

0 commit comments

Comments
 (0)