From 79304cd75e755e505dd4bdd2959186558e320d47 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 7 Mar 2025 06:04:49 -0700 Subject: [PATCH] docs: Configuration - hyphen --- docs/chapters/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chapters/configuration.rst b/docs/chapters/configuration.rst index 1ae65cf5..1249c822 100644 --- a/docs/chapters/configuration.rst +++ b/docs/chapters/configuration.rst @@ -81,7 +81,7 @@ This is the default `bastille.conf` file. Notes ----- -The options here are fairly self explanitory, but there are some things to note. +The options here are fairly self-explanitory, but there are some things to note. * If you use ZFS, DO NOT create the bastille dataset. You must only create the parent. Bastille must be allowed to create the `bastille` child dataset, or you will have issues. So, if you want bastille to live at `zroot/data/bastille` you should set `bastille_zfs_zpool` to `zroot` and `bastille_zfs_prefix` to `data/bastille` but you should only create `zroot/data` before running bastille for the first time.