Skip to content

Commit ce85f93

Browse files
committed
Fix typos
1 parent dc154aa commit ce85f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

2120hs1/shell-scripting.tex

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ \subsection{}
130130
\begin{itemize}
131131
\item What greets you when you open a terminal.
132132
\includegraphics[width=\linewidth]{shell-prompt}
133-
\item Lets your run programs and commands.
133+
\item Lets you run programs and commands.
134134
\end{itemize}
135135
\end{frame}
136136

@@ -218,7 +218,7 @@ \subsection{Introduction}
218218

219219
\begin{frame}[fragile]{Flags (2/3)}
220220
\begin{itemize}
221-
\item A double dash \texttt{--} is used in to signify the end of command options, after which only positional parameters are accepted.
221+
\item A double dash \texttt{--} is used to signify the end of command options, after which only positional parameters are accepted.
222222
\begin{itemize}
223223
\item For example, to create a file called \texttt{-v}, Use \mintinline{bash}{touch -- -v} instead of \mintinline{bash}{touch -v}
224224
\item For example, to grep a file called \texttt{-v}, \mintinline{bash}{grep pattern -- -v} will work while \mintinline{bash}{grep pattern -v} will not.

0 commit comments

Comments
 (0)