From 9cff39b7e6e225cb5c1e60d150282d1f55136a7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grandjean?= Date: Wed, 18 May 2022 10:30:01 -0500 Subject: [PATCH] Fix typo --- .../how-to-review-an-ebook-production-for-publication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/contribute/how-tos/how-to-review-an-ebook-production-for-publication.php b/www/contribute/how-tos/how-to-review-an-ebook-production-for-publication.php index 77fe7809..dea7fee2 100644 --- a/www/contribute/how-tos/how-to-review-an-ebook-production-for-publication.php +++ b/www/contribute/how-tos/how-to-review-an-ebook-production-for-publication.php @@ -62,7 +62,7 @@ require_once('Core.php');

Check for punctuation outside quotation marks

Run the following command to examine punctuation that might have to be moved inside quotation marks:

se interactive-replace "’([\.\,])" "\1’" . -

In general, periods and commas always go inside qoutation marks, both single and double. For example:

+

In general, periods and commas always go inside quotation marks, both single and double. For example:

<p>He pronounced it “pleasure”, and as he said it he licked his lips.</p>