diff --git a/Dockerfile b/Dockerfile index 73abd0f7..dcf99bb7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ LABEL org.opencontainers.image.source="https://github.com/hendricius/the-sourdou # Print release information if needed RUN cat /etc/*release* -# Install base depdendencies +# Install base dependencies RUN apt-get update && \ apt-get install --yes -y --no-install-recommends \ sudo \ diff --git a/README.md b/README.md index 1963d86f..69e7818c 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ size. This shrinks the book from more than 50MB down to ~5MB: * [Download compiled B&W .epub version](https://www.the-bread-code.io/bw-book.epub) If you prefer a very short version (about 10 pages) with main flowcharts and -crucial informations needed while you are in the kitchen, we also provide a +crucial information needed while you are in the kitchen, we also provide a "too long;didn't read" version you could print. Having read the full book is highly recommended to understand this leaflet: diff --git a/book/figures/fig-life-planet-sourdough-timeline.tex b/book/figures/fig-life-planet-sourdough-timeline.tex index 37192a27..afcd8785 100644 --- a/book/figures/fig-life-planet-sourdough-timeline.tex +++ b/book/figures/fig-life-planet-sourdough-timeline.tex @@ -29,7 +29,7 @@ % Additional line for dinosaurs since it is so close \draw[line width=1pt] (11.9*\segmentwidth,1.49) -- (11.70*\segmentwidth,1.85); - % Special lines for december events since they are so close togehter + % Special lines for december events since they are so close together \draw[line width=1pt] (12.0*\segmentwidth,3.0) -- (12.0*\segmentwidth,0.2); % Main branch \draw[line width=1pt] (12.0*\segmentwidth,3.0) -- (11.75*\segmentwidth,2.5); % Branch to first humans \draw[line width=1pt] (12.0*\segmentwidth,3.0) -- (11.75*\segmentwidth,3.0); % Branch to Jordan diff --git a/book/tables/table-flat-bread-pancake-recipe.tex b/book/tables/table-flat-bread-pancake-recipe.tex index 83923413..56814a5a 100644 --- a/book/tables/table-flat-bread-pancake-recipe.tex +++ b/book/tables/table-flat-bread-pancake-recipe.tex @@ -1,4 +1,4 @@ -%TODO: Alignement is not great +%TODO: Alignment is not great \begin{tabular}{@{}lll@{}} \toprule & \textbf{Flat breads} & \textbf{Pancakes} \\ \midrule diff --git a/website/modify_build.rb b/website/modify_build.rb index f93222c4..29c92c11 100644 --- a/website/modify_build.rb +++ b/website/modify_build.rb @@ -730,7 +730,7 @@ def fix_list_of_figures_tables_display(text) doc.to_html end - # For some reason the depdency is missing a // in the url. + # For some reason the dependency is missing a // in the url. def fix_js_dependency_link(text) text.gsub("https:/cdn.jsdelivr.net", "https://cdn.jsdelivr.net") end