mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-18 00:51:11 -06:00
Fix typos (#375)
This commit is contained in:
@@ -8,7 +8,7 @@ LABEL org.opencontainers.image.source="https://github.com/hendricius/the-sourdou
|
|||||||
# Print release information if needed
|
# Print release information if needed
|
||||||
RUN cat /etc/*release*
|
RUN cat /etc/*release*
|
||||||
|
|
||||||
# Install base depdendencies
|
# Install base dependencies
|
||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install --yes -y --no-install-recommends \
|
apt-get install --yes -y --no-install-recommends \
|
||||||
sudo \
|
sudo \
|
||||||
|
|||||||
@@ -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)
|
* [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
|
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
|
"too long;didn't read" version you could print. Having read the full book is
|
||||||
highly recommended to understand this leaflet:
|
highly recommended to understand this leaflet:
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
% Additional line for dinosaurs since it is so close
|
% Additional line for dinosaurs since it is so close
|
||||||
\draw[line width=1pt] (11.9*\segmentwidth,1.49) -- (11.70*\segmentwidth,1.85);
|
\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) -- (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,2.5); % Branch to first humans
|
||||||
\draw[line width=1pt] (12.0*\segmentwidth,3.0) -- (11.75*\segmentwidth,3.0); % Branch to Jordan
|
\draw[line width=1pt] (12.0*\segmentwidth,3.0) -- (11.75*\segmentwidth,3.0); % Branch to Jordan
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
%TODO: Alignement is not great
|
%TODO: Alignment is not great
|
||||||
\begin{tabular}{@{}lll@{}}
|
\begin{tabular}{@{}lll@{}}
|
||||||
\toprule
|
\toprule
|
||||||
& \textbf{Flat breads} & \textbf{Pancakes} \\ \midrule
|
& \textbf{Flat breads} & \textbf{Pancakes} \\ \midrule
|
||||||
|
|||||||
@@ -730,7 +730,7 @@ class ModifyBuild
|
|||||||
doc.to_html
|
doc.to_html
|
||||||
end
|
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)
|
def fix_js_dependency_link(text)
|
||||||
text.gsub("https:/cdn.jsdelivr.net", "https://cdn.jsdelivr.net")
|
text.gsub("https:/cdn.jsdelivr.net", "https://cdn.jsdelivr.net")
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user