From e1248ad12022671f15a5912751967fd1846bfddd Mon Sep 17 00:00:00 2001 From: Andrew David Wong Date: Mon, 10 Jun 2019 19:52:26 -0500 Subject: [PATCH] Fix typos (#827) --- user/advanced-configuration/bind-dirs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user/advanced-configuration/bind-dirs.md b/user/advanced-configuration/bind-dirs.md index 6f57e46a..b980c0c2 100644 --- a/user/advanced-configuration/bind-dirs.md +++ b/user/advanced-configuration/bind-dirs.md @@ -46,7 +46,7 @@ Inside the TemplateBasedVM. From now on any files within the/var/lib/tor folder will persist across reboots. -You can make make many files or folders persist, simply by making multiple entries in the p50_user.conf file, each on a separate line. +You can make make many files or folders persist, simply by making multiple entries in the `50_user.conf` file, each on a separate line. For example, if you added the file `/etc/tor/torrc` to the `binds` variable, any modifications to *that* file will persist across reboots. binds+=( '/var/lib/tor' ) @@ -65,7 +65,7 @@ Files or folders identified in the array are copied to /rw/bind-dirs if they do Creation of the files and folders in /rw/bind-dirs should be automatic the first time the TemplateBasedVM is restarted after configuration. -If you want to circumvent this process, you can create the relevant filestructure under /rw/bind-dirs and make any changes at the same time that you perform the configuration, before reboot. +If you want to circumvent this process, you can create the relevant file structure under /rw/bind-dirs and make any changes at the same time that you perform the configuration, before reboot. Note that you must create the full folder structure under /rw/bind-dirs - e.g you would have to create /rw/bind-dirs/var/lib/tor