Fix typo: compton.shadowOffsets description

This commit is contained in:
Guthrie McAfee Armstrong 2018-04-15 15:48:08 -04:00 committed by Nikita Uvarov
parent 7c9278bd92
commit 96250b7ad3
Failed to generate hash of commit

View file

@ -94,7 +94,7 @@ in {
default = [ (-15) (-15) ];
example = [ (-10) (-15) ];
description = ''
Left and right offset for shadows (in pixels).
Horizontal and vertical offsets for shadows (in pixels).
'';
};