[libadwaita/libadwaita-1-0] docs: Some minor docs improvements



commit b7ae734cdf8d46dc4a361a6b6a3bdb1835fd61a2
Author: Maximiliano Sandoval R <msandova gnome org>
Date:   Fri Jan 7 16:41:07 2022 +0100

    docs: Some minor docs improvements
    
    hyphens, commas, gerunds.
    
    
    (cherry picked from commit 44e4c9f54a1df5be4a8913efd0c22c9cb9c89ae7)

 doc/adaptive-layouts.md      | 8 ++++----
 doc/styles-and-appearance.md | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/doc/adaptive-layouts.md b/doc/adaptive-layouts.md
index 599cc626..57c84927 100644
--- a/doc/adaptive-layouts.md
+++ b/doc/adaptive-layouts.md
@@ -9,7 +9,7 @@ desktop and mobile devices.
 
 ## Clamp
 
-[class@Clamp] has one child and constrains its maximum size, while still
+[class@Clamp] has one child and constrains its maximum size while still
 allowing it to shrink. In other words, it allows the child to have padding when
 there's enough space, and to remove them otherwise.
 
@@ -58,7 +58,7 @@ one child otherwise. In other words, it behaves like a [class Gtk Box] or
 [class@Gtk.Stack].
 
 A common use for a leaflet is implementing a split header bar layout, with a
-sidebar, a content view and a separator between them:
+sidebar, a content view, and a separator between them:
 
 <picture>
   <source srcset="adaptive-split-headers-wide-dark.png" media="(prefers-color-scheme: dark)">
@@ -132,7 +132,7 @@ sidebar, a content view and a separator between them:
   </object>
 ```
 
-When the window is wide, the leaflet shows the sidebar, separator and content
+When the window is wide, the leaflet shows the sidebar, separator, and content
 side by side. When it's narrow, the leaflet shows either sidebar or content,
 using the [browsing](https://developer.gnome.org/hig/patterns/nav/browsing.html)
 pattern to navigate between them. If [property@Leaflet:can-navigate-back] is set
@@ -277,7 +277,7 @@ view switcher in a bottom bar otherwise.
 ```
 
 View switcher is also available separately as [class@ViewSwitcher]. This can be
-useful if the higher level widgets cannot work for some reason.
+useful if the higher-level widgets cannot work for some reason.
 
 ## Squeezer
 
diff --git a/doc/styles-and-appearance.md b/doc/styles-and-appearance.md
index 6b3344f8..f0dd51b0 100644
--- a/doc/styles-and-appearance.md
+++ b/doc/styles-and-appearance.md
@@ -9,7 +9,7 @@ Libadwaita applications can use a light or a dark appearance. This can be used
 to request a darker UI, or to support a system-wide dark style preference if one
 exists.
 
-By default applications use light appearance unless the system prefers dark
+By default, applications use light appearance unless the system prefers dark
 appearance, matching the `ADW_COLOR_SCHEME_PREFER_LIGHT` color scheme. The
 [property@StyleManager:color-scheme] property allows to change this behavior
 when set to:
@@ -81,7 +81,7 @@ remains legible in both appearances:
 * If that's not possible, use the [property@StyleManager:dark] property to check
   the current appearance and vary the drawing accordingly.
 
-* [class@Application] allows to load additional styles for dark appearance via
+* [class@Application] allows loading additional styles for dark appearance via
   the `style-dark.css` resource.
 
 ## High Contrast
@@ -105,7 +105,7 @@ it manually.
 * The [property@StyleManager:high-contrast] property can be used to check the
   current appearance.
 
-* [class@Application] allows to load additional styles for high contrast
+* [class@Application] allows loading additional styles for high contrast
   appearance via the `style-hc.css` and `style-hc-dark.css` resources.
 
 ## Custom Styles


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]