Skip to content

Commit

Permalink
Fix typos (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Jul 12, 2024
1 parent 07a4657 commit 2e4fae3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion book/figures/fig-life-planet-sourdough-timeline.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion book/tables/table-flat-bread-pancake-recipe.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%TODO: Alignement is not great
%TODO: Alignment is not great
\begin{tabular}{@{}lll@{}}
\toprule
& \textbf{Flat breads} & \textbf{Pancakes} \\ \midrule
Expand Down
2 changes: 1 addition & 1 deletion website/modify_build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e4fae3

Please sign in to comment.