From ff3df7a8bf93f208ac605ee6b7b055ee8c3b9211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Fri, 8 Aug 2025 17:52:50 +0200 Subject: [PATCH] doc: clapper: Fix typo --- doc/reference/clapper/migrating-to-010.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference/clapper/migrating-to-010.md b/doc/reference/clapper/migrating-to-010.md index 486213e2..133a6841 100644 --- a/doc/reference/clapper/migrating-to-010.md +++ b/doc/reference/clapper/migrating-to-010.md @@ -10,8 +10,8 @@ Old [class@Clapper.Feature] objects (including `mpris`, `discoverer` and `server reasons, but all apps using them are advised to migrate to enhancer plugins which already surpassed former ones in what can be achieved with them. -Since these are now in the form of plugins scanned during init, one of the differences is that you now check -their availablity at runtime instead of compile time like before. +Since these are in the form of plugins scanned during init, one of the differences is that you now check +their availability at runtime instead of compile time like before. Something like this: