mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Fix reference to tool in common issues how-to
This commit is contained in:
parent
2dadd7d677
commit
3a02ab281d
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ require_once('Core.php');
|
||||||
<h2 id="diacritics">Diacritics</h2>
|
<h2 id="diacritics">Diacritics</h2>
|
||||||
<ol>
|
<ol>
|
||||||
<li>
|
<li>
|
||||||
<p>Diacritics on words that appear in Merriam-Webster without them should generally be removed. Modernize spelling corrects some of these, so it is best to wait until after that step to see if any others are left. <code class="bash"><b>se</b> find-mismatched-diacritics</code> can help find instances of these. These commit(s) should be editorial.</p>
|
<p>Diacritics on words that appear in Merriam-Webster without them should generally be removed. <code class="bash"><b>se</b> modernize-spelling</code> corrects some of these, so it is best to wait until after that step to see if any others are left. <code class="bash"><b>se</b> find-mismatched-diacritics</code> can help find instances of these. These commit(s) should be editorial.</p>
|
||||||
<p>The circumflex on hôtel is unnecessary…</p>
|
<p>The circumflex on hôtel is unnecessary…</p>
|
||||||
<figure><code class="html full"><span class="p"><</span><span class="nt">p</span><span class="p">></span>“Is not that the hôtel in which is enclosed the garden of the Lingère du Louvre?”<span class="p"></</span><span class="nt">p</span><span class="p">></span></code></figure>
|
<figure><code class="html full"><span class="p"><</span><span class="nt">p</span><span class="p">></span>“Is not that the hôtel in which is enclosed the garden of the Lingère du Louvre?”<span class="p"></</span><span class="nt">p</span><span class="p">></span></code></figure>
|
||||||
<p>…and therefore can be removed:</p>
|
<p>…and therefore can be removed:</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue