From 56d5086f132b6761a378338695281918a0fc35fe Mon Sep 17 00:00:00 2001 From: Romain Vigier Date: Mon, 24 Feb 2020 15:25:49 +0100 Subject: [PATCH] Fix typo --- src/modules/Themer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/Themer.js b/src/modules/Themer.js index 0c5c122..afa9661 100644 --- a/src/modules/Themer.js +++ b/src/modules/Themer.js @@ -24,7 +24,7 @@ const config = Me.imports.config; /* -The Theme communicates with the system to get the current theme or set a new +The Themer communicates with the system to get the current theme or set a new one. It can also be asked to listen to theme changes. */