Skip to content

Commit 44f8137

Browse files
committed
docs: typos
Signed-off-by: Yukai Chou <muzimuzhi@gmail.com>
1 parent b97dfb6 commit 44f8137

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/generic/pgf/pgfmanual-en-tikz-paths.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ \subsubsection{Horizontal and Vertical Lines}
302302
\index{--2@\protect\texttt{\protect\pgfmanualbar-} path operation}%
303303
\index{Path operations!--2@\protect\texttt{\protect\pgfmanualbar-}}%
304304
\pgfmanualpdflabel[\catcode`\|=12 ]{|-}{}%
305-
This operations means ``first vertical, then horizontal''.
305+
This operation means ``first vertical, then horizontal''.
306306
\end{pathoperation}
307307
}
308308

@@ -601,10 +601,10 @@ \subsection{The Grid Operation}
601601
You can add a grid to the current path using the |grid| path operation.
602602

603603
\begin{pathoperation}{grid}{\opt{\oarg{options}}\meta{corner or cycle}}
604-
This operations adds a grid filling a rectangle whose two corners are given
604+
This operation adds a grid filling a rectangle whose two corners are given
605605
by \meta{corner} and by the previous coordinate. (Instead of a coordinate
606606
you can also say |cycle| to use the position of the last move-to as the
607-
corner coordinate, but it not very natural to do so.) Thus, the
607+
corner coordinate, but it is not very natural to do so.) Thus, the
608608
typical way in which a grid is drawn is |\draw (1,1) grid (3,3);|, which
609609
yields a grid filling the rectangle whose corners are at $(1,1)$ and
610610
$(3,3)$. All coordinate transformations apply to the grid.

0 commit comments

Comments
 (0)