about summary refs log tree commit diff
path: root/doc/builders
diff options
context:
space:
mode:
Diffstat (limited to 'doc/builders')
-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 29b5245d687e9..89b35841d7553 100644
--- a/doc/builders/images/dockertools.section.md
+++ b/doc/builders/images/dockertools.section.md
@@ -336,7 +336,7 @@ It also provides a `/etc/nsswitch.conf`, configuring NSS host resolution to
 first check `/etc/hosts`, before checking DNS, as the default in the absence of
 a config file (`dns [!UNAVAIL=return] files`) is quite unexpected.
 
-You usually might to pair it with binSh, which provides `bin/sh` as a symlink
+You can pair it with `binSh`, which provides `bin/sh` as a symlink
 to `bashInteractive` (as `/bin/sh` is configured as a shell).
 
 ```nix