Typo in boiler.md
authorRalf Sippl <ralf.sippl@gmail.com>
Wed, 27 Mar 2019 18:34:43 +0000 (18:34 +0000)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Fri, 2 Aug 2019 18:27:54 +0000 (14:27 -0400)
markdown/plugin-development/basics/boiler.md

index 08c8323..dc03c26 100644 (file)
@@ -252,7 +252,7 @@ GST_STATIC_PAD_TEMPLATE (
 
 Those pad templates are registered during the `_class_init ()` function
 with the `gst_element_class_add_pad_template ()`. For this function you
-need a handle the `GstPadTemplate` which you can create from the static
+need a handle to the `GstPadTemplate` which you can create from the static
 pad template with `gst_static_pad_template_get ()`. See below for more
 details on this.