mirror of
https://github.com/standardebooks/web.git
synced 2025-07-09 16:20:27 -04:00
Update step by step guide to remove some spelling modernizations now handled by the toolset
This commit is contained in:
parent
7225d8742c
commit
b0606fa68e
1 changed files with 0 additions and 44 deletions
|
@ -385,28 +385,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>'(?<![Ee]ach and )([Ee])very one(?!\s+of)' "\1veryone"</i> src/epub/text/<i class="glob">*</i></span></code>
|
||||
</li>
|
||||
<li>
|
||||
<h3>for ever ➔ forever</h3>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Correct change:</td>
|
||||
<td>
|
||||
<p><code class="html">No; perhaps you will love her for ever.</code> ➔</p>
|
||||
<p><code class="html">No; perhaps you will love her forever.</code></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Incorrect change:</td>
|
||||
<td>
|
||||
<p><code class="html">I have been struggling on for ever so long without doing anything.</code> ➔</p>
|
||||
<p><code class="html"><span class="wrong">I have been struggling on forever so long without doing anything.</span></code></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<code class="terminal"><span><b>se</b> interactive-replace <i>"([Ff])or ever\b" "\1orever"</i> src/epub/text/<i class="glob">*</i></span></code>
|
||||
</li>
|
||||
<li>
|
||||
<h3>any way ➔ anyway</h3>
|
||||
<table>
|
||||
|
@ -429,28 +407,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>'(?<!in\s+)\b([Aa])ny way(?!\s+(?:of|to))' "\1nyway"</i> src/epub/text/<i class="glob">*</i></span></code>
|
||||
</li>
|
||||
<li>
|
||||
<h3>mean time ➔ meantime</h3>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Correct change:</td>
|
||||
<td>
|
||||
<p><code class="html">And in the mean time, he’ll also keep on being a laughing stock?</code> ➔</p>
|
||||
<p><code class="html">And in the meantime, he’ll also keep on being a laughing stock?</code></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Incorrect change:</td>
|
||||
<td>
|
||||
<p><code class="html">You’ve had an awful mean time, Ethan Frome.</code> ➔</p>
|
||||
<p><code class="html"><span class="wrong">You’ve had an awful meantime, Ethan Frome.</span></code></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</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>with out ➔ without</h3>
|
||||
<table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue