mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 10:02:02 -04:00
Fix typo
This commit is contained in:
parent
81283d77bc
commit
9cff39b7e6
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ require_once('Core.php');
|
||||||
<h2>Check for punctuation outside quotation marks</h2>
|
<h2>Check for punctuation outside quotation marks</h2>
|
||||||
<p>Run the following command to examine punctuation that might have to be moved inside quotation marks:</p>
|
<p>Run the following command to examine punctuation that might have to be moved inside quotation marks:</p>
|
||||||
<code class="terminal"><b>se</b> interactive-replace <i>"’([\.\,])"</i> <i>"\1’"</i> <u>.</u></code>
|
<code class="terminal"><b>se</b> interactive-replace <i>"’([\.\,])"</i> <i>"\1’"</i> <u>.</u></code>
|
||||||
<p>In general, periods and commas always go inside qoutation marks, both single and double. For example:</p>
|
<p>In general, periods and commas always go inside quotation marks, both single and double. For example:</p>
|
||||||
<figure class="wrong html full">
|
<figure class="wrong html full">
|
||||||
<code class="html full"><span class="p"><</span><span class="nt">p</span><span class="p">></span>He pronounced it “pleasure”, and as he said it he licked his lips.<span class="p"></</span><span class="nt">p</span><span class="p">></span></code>
|
<code class="html full"><span class="p"><</span><span class="nt">p</span><span class="p">></span>He pronounced it “pleasure”, and as he said it he licked his lips.<span class="p"></</span><span class="nt">p</span><span class="p">></span></code>
|
||||||
</figure>
|
</figure>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue