Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
FeRD (Frank Dana) 2022-10-19 01:19:44 +00:00 committed by Megadash452
parent 52e651a168
commit 4dd55ab2aa

View file

@ -95,9 +95,9 @@ next section) or something else, write the widget's **name** (e.g.
Properties
----------
Every widget has properties defined by their GObject class. For example,
Libadwaita Toast properties can be found
`Link here <https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1.2/class.Toast.html#properties>`_.
Every widget has properties defined by their GObject class.
For example, the Libadwaita documentation lists the
`properties of the Toast class <https://gnome.pages.gitlab.gnome.org/libadwaita/doc/1.2/class.Toast.html#properties>`_.
Write properties inside the curly brackets of a widget:
.. code-block::