diff --git a/docs/how-to/add-preparation-and-cleanup-steps-to-backups.md b/docs/how-to/add-preparation-and-cleanup-steps-to-backups.md
index 977e87f1..7637fd72 100644
--- a/docs/how-to/add-preparation-and-cleanup-steps-to-backups.md
+++ b/docs/how-to/add-preparation-and-cleanup-steps-to-backups.md
@@ -72,7 +72,7 @@ steps that correspond to `before` preparation commands—even when something goe
wrong. This is a departure from the way that the deprecated `after_*` hooks
worked in borgmatic prior to version 2.0.0.
-Additionally, when command hooks run, they respect the "working_directory"
+Additionally, when command hooks run, they respect the `working_directory`
option if it is configured, meaning that the hook commands are run in that
directory.
@@ -143,7 +143,7 @@ or between those two hooks. This allows you to perform cleanup steps that
correspond to `before_*` preparation commands—even when something goes wrong.
New in version 2.0.0 When command
-hooks run, they respect the "working_directory" option if it is configured,
+hooks run, they respect the `working_directory` option if it is configured,
meaning that the hook commands are run in that directory.
New in version 1.7.0 The