From 0a3ceb4720f2c204fb5c6fd3dfc159fe07d23bdf Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Sat, 9 May 2020 06:02:41 -0600 Subject: [PATCH] Fix typo: "optoin" to "option" --- 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 afcac104..b8dd04b4 100644 --- a/www/contribute/producing-an-ebook-step-by-step.php +++ b/www/contribute/producing-an-ebook-step-by-step.php @@ -252,7 +252,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.

    -

    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 optoin, which will allow us to update all the chapters at once:

    +

    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:

    git add -A git commit -m "Add titles"