diff --git a/www/contribute/producing-an-ebook-step-by-step.php b/www/contribute/producing-an-ebook-step-by-step.php
index af748875..2554ee12 100644
--- a/www/contribute/producing-an-ebook-step-by-step.php
+++ b/www/contribute/producing-an-ebook-step-by-step.php
@@ -487,6 +487,28 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
se interactive-replace "([Mm])ean time" "\1eantime" src/epub/text/*
+
Correct change: | +
+
|
+
Incorrect change: | +
+
|
+
se interactive-replace "\b([Ee])very thing\b" "\1verything" src/epub/text/*
+ After you’ve reviewed the changes, create an [Editorial]
commit. This commit is important, because it gives purists an avenue to revert modernizing changes to the original text.
Note how we preface this commit with [Editorial]
. Any change you make to the source text that can be considered a modernization or editorial change should be prefaced like this, so that the git
history can be easily searched by people looking to revert changes.