Fix typo: compton.shadowOffsets description

This commit is contained in:
Guthrie McAfee Armstrong 2018-04-15 15:48:08 -04:00 committed by GitHub
parent 7c9278bd92
commit f3a15a61fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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).
'';
};