diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 09f2d8a..47ed955 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -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 `_. +Every widget has properties defined by their GObject class. +For example, the Libadwaita documentation lists the +`properties of the Toast class `_. Write properties inside the curly brackets of a widget: .. code-block::