corrected small typo input-handling.md
authorFabian Kirsch <fabian.kirsch@indiesemi.com>
Wed, 12 Jan 2022 09:02:01 +0000 (09:02 +0000)
committerFabian Kirsch <fabian.kirsch@indiesemi.com>
Wed, 12 Jan 2022 09:02:01 +0000 (09:02 +0000)
docs/reference/gtk/input-handling.md

index db54c4b35088877f36b93dfbba897e93307a0d43..bc40e5d12d5abb5eb94645fd6dbadabb0ae43c87 100644 (file)
@@ -42,7 +42,7 @@ univocally identifies events that are related to the same
 interaction.
 
 When GTK creates a `GdkSurface`, it connects to the ::event
-signal on it, which receives all of these input events. Surfaces have
+signal on it, which receives all of these input events. Surfaces
 have signals and properties, e.g. to deal with window management
 related events.