Remove obsolete spelling step from step-by-step guide

This commit is contained in:
Alex Cabal 2021-11-20 14:30:50 -06:00
parent 81f6be84b1
commit 19913cb398

View file

@ -381,28 +381,6 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
</table>
<code class="terminal"><span><b>se</b> interactive-replace <!--Single quote to prevent ! from becoming history expansion--><i>'(?&lt;![Ee]ach and )([Ee])very one(?!\s+of)' "\1veryone"</i> src/epub/text/<i class="glob">*</i></span></code>
</li>
<li>
<h3>any thing anything</h3>
<table>
<tbody>
<tr>
<td>Correct change:</td>
<td>
<p><code class="html">If you have any thing to say to us say it quickly.</code> </p>
<p><code class="html">If you have anything to say to us say it quickly.</code></p>
</td>
</tr>
<tr>
<td>Incorrect change:</td>
<td>
<p><code class="html">Any man or any thing who faces me during these games, dies.</code> </p>
<p><code class="html"><span class="wrong">Any man or anything who faces me during these games, dies.</span></code></p>
</td>
</tr>
</tbody>
</table>
<code class="terminal"><span><b>se</b> interactive-replace <i>"\b([Aa])ny thing" "\1nything"</i> src/epub/text/<i class="glob">*</i></span></code>
</li>
<li>
<h3>for ever forever</h3>
<table>
@ -469,28 +447,6 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
</table>
<code class="terminal"><span><b>se</b> interactive-replace <i>"([Mm])ean time" "\1eantime"</i> src/epub/text/<i class="glob">*</i></span></code>
</li>
<li>
<h3>every thing everything</h3>
<table>
<tbody>
<tr>
<td>Correct change:</td>
<td>
<p><code class="html">Equip a ship with every thing apt for naval battle.</code> </p>
<p><code class="html">Equip a ship with everything apt for naval battle.</code></p>
</td>
</tr>
<tr>
<td>Incorrect change:</td>
<td>
<p><code class="html">For there was no one more clever than he to do a hands turn at any and every thing.</code> </p>
<p><code class="html"><span class="wrong">For there was no one more clever than he to do a hands turn at any and everything.</span></code></p>
</td>
</tr>
</tbody>
</table>
<code class="terminal"><span><b>se</b> interactive-replace <i>"([Ee])very thing" "\1verything"</i> src/epub/text/<i class="glob">*</i></span></code>
</li>
</ul>
<p>After youve reviewed the changes, create an <code class="html">[Editorial]</code> commit. This commit is important, because it gives purists an avenue to revert modernizing changes to the original text.</p>
<p>Note how we preface this commit with <code class="html">[Editorial]</code>. 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 <code class="bash"><b>git</b></code> history can be easily searched by people looking to revert changes.</p>