diff --git a/docs/reference/gtk/getting_started.xml b/docs/reference/gtk/getting_started.xml index d5473ef27b..30c98ccd2f 100644 --- a/docs/reference/gtk/getting_started.xml +++ b/docs/reference/gtk/getting_started.xml @@ -419,7 +419,7 @@ example_app_window_class_init (ExampleAppWindowClass *class) (full source) - You may have noticed that we used the _from_resource() variant + You may have noticed that we used the _from_resource() variant of the function that sets a template. Now we need to use GLib's resource functionality to include the ui file in the binary. This is commonly done by listing all resources in a .gresource.xml file, such as this: