Fix css documentation typo for color definition

'ligher' should be 'lighter', of course.

https://bugzilla.gnome.org/show_bug.cgi?id=773246
This commit is contained in:
Robert Roth 2016-10-20 09:17:45 +03:00 committed by Matthias Clasen
parent b878ec7f2f
commit 07724de3d9

View File

@ -587,7 +587,7 @@ background-color: @bg_color;
set of base colors.
</para>
<literallayout><code>〈color expression〉 = ligher(〈color〉) | darker(〈color〉) | shade(〈number〉,〈color〉) | alpha(〈number〉,〈color〉) | mix(〈number〉,〈color〉,〈color〉)</code>
<literallayout><code>〈color expression〉 = lighter(〈color〉) | darker(〈color〉) | shade(〈number〉,〈color〉) | alpha(〈number〉,〈color〉) | mix(〈number〉,〈color〉,〈color〉)</code>
</literallayout>
<para>