diff --git a/www/contribute/producing-an-ebook-step-by-step.php b/www/contribute/producing-an-ebook-step-by-step.php index 100de7df..d6bfbc7e 100644 --- a/www/contribute/producing-an-ebook-step-by-step.php +++ b/www/contribute/producing-an-ebook-step-by-step.php @@ -261,7 +261,7 @@ proceed to seal up my confession, I bring the life of that unhappy Henry Jekyll
  • Set <title> elements

    -

    After you’ve added semantics and correctly marked up section headers, it’s time to update the <title> elements in each chapter to match their expected values.

    +

    After you’ve added semantics and correctly marked up section headers, it’s time to update the <title> elements in each chapter to match their expected values.

    The se print-title tool takes a well-marked-up section header from a file, and prints the expected value for the <title> element to the terminal. It also has the --in-place option, which will allow us to update all the chapters at once:

    se print-title --in-place src/epub/text/*

    Once you’ve verified the titles look good, commit: