fix docs mountpoint typo

This commit is contained in:
James Cunningham 2018-02-06 19:58:54 -07:00 committed by GitHub
parent 578de6ea89
commit 2ae73162e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ chroot by Packer:
These default mounts are usually good enough for anyone and are sane defaults. These default mounts are usually good enough for anyone and are sane defaults.
However, if you want to change or add the mount points, you may using the However, if you want to change or add the mount points, you may using the
`chroot_mounts` configuration. Here is an example configuration which only `chroot_mounts` configuration. Here is an example configuration which only
mounts `/prod` and `/dev`: mounts `/proc` and `/dev`:
``` json ``` json
{ {