about summary refs log tree commit diff
path: root/doc/builders
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2022-05-23 23:34:54 +0200
committerFlorian Klink <flokli@flokli.de>2022-08-01 13:34:20 +0700
commit4393ed86794fa4e66161829d56937c8f135697ce (patch)
tree0a1211615379aa918003d58ce28286180244b528 /doc/builders
parentd84e7842a56b648d3ef6353983c7096d0447c525 (diff)
Update doc/builders/images/dockertools.section.md
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
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