summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Kenigsberg <matthewkenigsberg@gmail.com>2023-01-26 16:45:59 -0700
committerMatthew Kenigsberg <matthewkenigsberg@gmail.com>2023-01-26 16:45:59 -0700
commit2334404fb06428c2adba9177e062ccb43001ffb1 (patch)
tree6e119e01cf68d79c7005f39b64a50c2e16a21e86
parent32e7d3f420607c2d7f9fe66fdd945a2f95c7fded (diff)
downloadnixpkgs-2334404fb06428c2adba9177e062ccb43001ffb1.tar
nixpkgs-2334404fb06428c2adba9177e062ccb43001ffb1.tar.gz
nixpkgs-2334404fb06428c2adba9177e062ccb43001ffb1.tar.bz2
nixpkgs-2334404fb06428c2adba9177e062ccb43001ffb1.tar.lz
nixpkgs-2334404fb06428c2adba9177e062ccb43001ffb1.tar.xz
nixpkgs-2334404fb06428c2adba9177e062ccb43001ffb1.tar.zst
nixpkgs-2334404fb06428c2adba9177e062ccb43001ffb1.zip
fix: doc typo
-rw-r--r--doc/builders/images/dockertools.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/builders/images/dockertools.section.md b/doc/builders/images/dockertools.section.md
index dfc012b80c5..2467739a1a5 100644
--- a/doc/builders/images/dockertools.section.md
+++ b/doc/builders/images/dockertools.section.md
@@ -145,7 +145,7 @@ Create a Docker image with many of the store paths being on their own layer to i
 
 `architecture` is _optional_ and used to specify the image architecture, this is useful for multi-architecture builds that don't need cross compiling. If not specified it will default to `hostPlatform`.
 
-: Run-time configuration of the container. A full list of the options are available at in the [Docker Image Specification v1.2.0](https://github.com/moby/moby/blob/master/image/spec/v1.2.md#image-json-field-descriptions).
+: Run-time configuration of the container. A full list of the options available is in the [Docker Image Specification v1.2.0](https://github.com/moby/moby/blob/master/image/spec/v1.2.md#image-json-field-descriptions).
 
     *Default:* `{}`