From d797b39d70b17564706273eb453ec5bef67a655a Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Mon, 10 Feb 2025 11:54:50 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20keep=20codespell=20happy=20(re-used=20?= =?UTF-8?q?=E2=86=92=20reused)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/codespell-project/codespell/pull/3445 --- docs/howto/docker.rst | 2 +- docs/tutorials/creating-a-task-graph.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/howto/docker.rst b/docs/howto/docker.rst index 44c0cdcaf..1384b2865 100644 --- a/docs/howto/docker.rst +++ b/docs/howto/docker.rst @@ -198,7 +198,7 @@ with the following contents: And that's it! The :mod:`~taskgraph.transforms.docker_image` transforms will process the ``Dockerfile`` and handle the special syntax. Whereas the :mod:`~taskgraph.transforms.cached_tasks` transforms will ensure the image is -only generated once and then re-used by all subsequent pushes until the image +only generated once and then reused by all subsequent pushes until the image is modified. Layering images on top of each other diff --git a/docs/tutorials/creating-a-task-graph.rst b/docs/tutorials/creating-a-task-graph.rst index b4afb2797..0b7251903 100644 --- a/docs/tutorials/creating-a-task-graph.rst +++ b/docs/tutorials/creating-a-task-graph.rst @@ -62,7 +62,7 @@ Create the ``config.yml`` file to look like: Here's an explanation of the required top-level keys: * ``trust-domain`` - :term:`Trust domains ` help prevent - permissions and worker pools from one project from being re-used in another. The + permissions and worker pools from one project from being reused in another. The value you should use here will be configured by your Taskcluster administrator. But we'll use ``myrepo`` for the purposes of this tutorial. * ``task-priority`` - The priority of tasks for this repo.