summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-03-25 16:22:45 -0400
committerMatthias Clasen <mclasen@redhat.com>2023-03-25 16:22:45 -0400
commita9e37c6f2c27601a37310bb86e7d391d234ba772 (patch)
tree38ad9ef92ee7ef895eadf8e35799d18441263767 /docs
parent3d35b848d1aa888777d17d046f187732103817a4 (diff)
downloadgtk+-a9e37c6f2c27601a37310bb86e7d391d234ba772.tar.gz
Incorporate review feedback
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/gtk/coordinates.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/gtk/coordinates.md b/docs/reference/gtk/coordinates.md
index 96f5f50aeb..6c9890cec4 100644
--- a/docs/reference/gtk/coordinates.md
+++ b/docs/reference/gtk/coordinates.md
@@ -6,7 +6,7 @@ Slug: gtk-coordinates
All coordinate systems in GTK have the origin at the top left, with the X axis
pointing right, and the Y axis pointing down. This matches the convention used
in X11, Wayland and cairo, but differs from OpenGL and PostScript, where the origin
-is in the lower left, and the Y axis is pointin up.
+is in the lower left, and the Y axis is pointing up.
Every widget in a window has its own coordinate system that it uses to place its
child widgets and to interpret events. Most of the time, this fact can be safely
@@ -62,8 +62,8 @@ the CSS box model and widget properties such as align and margin. This happens i
parent's coordinate system.
Note that the **_text direction_** of a widget does not influence its coordinate
-systems, but simply determines whether text flows in the direction of increasing
-or decreasing Y coordinates.
+system, but simply determines whether text flows in the direction of increasing
+or decreasing X coordinates.
## Events