Update doc/builders/images/dockertools.section.md

Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
This commit is contained in:
Florian Klink 2022-05-23 23:34:54 +02:00
parent d84e7842a5
commit 4393ed8679

View file

@ -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