From 613a2e6758e5e2f383d825e5a29243b730489046 Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Fri, 14 Apr 2023 14:51:13 -0500 Subject: [PATCH] Fix typo --- www/contribute/producing-an-ebook-step-by-step.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/contribute/producing-an-ebook-step-by-step.php b/www/contribute/producing-an-ebook-step-by-step.php index 9de6a4cc..cf4e28d6 100644 --- a/www/contribute/producing-an-ebook-step-by-step.php +++ b/www/contribute/producing-an-ebook-step-by-step.php @@ -233,7 +233,7 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
  • Text in all caps. Text in all caps is almost never correct, and should either be converted to lowercase with the <em> element (for spoken emphasis), <strong> (for extreme spoken emphasis), or <b> (for unsemantic small caps, like in storefront signs).

    -

    Use the following command to check for instance of all caps:

    +

    Use the following command to check for instances of all caps:

    se xpath "//p//text()[re:test(., '[A-Z]{2,}') and not(contains(., 'OK') or contains(., 'SOS')) and not(parent::abbr or parent::var or parent::a or parent::*[contains(@epub:type, 'z3998:roman')])]" src/epub/text/*.xhtml