From 6291128a8cf42aa0af7de33e0597195c2c8cbc78 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Mon, 8 May 2023 12:39:40 +0800 Subject: [PATCH] Fix typos Found via `codespell -S po,flatpak,.git` --- REMINDERS_SERVICE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REMINDERS_SERVICE.md b/REMINDERS_SERVICE.md index 7493985..849d973 100644 --- a/REMINDERS_SERVICE.md +++ b/REMINDERS_SERVICE.md @@ -7,7 +7,7 @@ object: /io/github/remindersdevs/Reminders/Service Currently this is only packaged with Reminders and anyone who wants to use it will have to have the full Reminders app installed. The reason this exists is to allow integrating the Reminders app with desktop environments through extensions. -At some point I might seperate this from Reminders and offer it as a standalone library, but until then you probably shouldn't use it if you are making your own reminder app. +At some point I might separate this from Reminders and offer it as a standalone library, but until then you probably shouldn't use it if you are making your own reminder app. This service will have some breaking changes made to it at times, so make sure you use the GetVersion method to check that the right version is installed.