Skip to content

Commit

Permalink
Fix more small writing mistakes in the week nine content.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Nov 3, 2020
1 parent 86c7295 commit 8aa73be
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cs302-week-nine.tex
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@
%
\begin{figure}
\centering
\includegraphics[scale=.085]{images/javascript-web-site.png}
\includegraphics[scale=.08]{images/javascript-web-site.png}
\caption{The figure's caption}
\end{figure}
%
Expand Down Expand Up @@ -518,8 +518,8 @@
%
\vspace*{-.15in}
%
\item The {\tt countries} variable is an {\bf array} of {\tt
Country} objects
\item The {\tt countries} variable is an {\bf array} of {\tt Country}
objects
%
\vspace*{-.15in}
%
Expand All @@ -536,8 +536,8 @@
\vspace*{-.15in}
%
\item Any questions about this example? Note that the HTML and the
JavaScript work together to achieve a code generation! Styling with CSS is
also possible!
JavaScript work together to achieve the code generation! Of course,
styling with CSS is also possible!
%
\vspace*{-.15in}
%
Expand All @@ -551,7 +551,7 @@
%
\begin{figure}
\centering
\includegraphics[scale=.085]{images/eloquent-javascript.png}
\includegraphics[scale=.08]{images/eloquent-javascript.png}
\caption{The figure's caption}
\end{figure}
%
Expand All @@ -563,7 +563,7 @@
%
\begin{figure}
\centering
\includegraphics[scale=.085]{images/javascript-book.png}
\includegraphics[scale=.08]{images/javascript-book.png}
\caption{The figure's caption}
\end{figure}
%
Expand All @@ -575,7 +575,7 @@
%
\begin{figure}
\centering
\includegraphics[scale=.085]{images/dont-know-javascript.png}
\includegraphics[scale=.08]{images/dont-know-javascript.png}
\caption{The figure's caption}
\end{figure}
%
Expand Down

0 comments on commit 8aa73be

Please sign in to comment.