Fix a typo in the css docs

This commit is contained in:
Matthias Clasen 2016-09-22 10:58:34 -07:00
parent 5cf367b9aa
commit c0048b426b

View File

@ -949,7 +949,7 @@ arrow {
<example>
<title>A CSS animation</title>
<programlisting><![CDATA[
@keyrframes spin {
@keyframes spin {
to { -gtk-icon-transform: rotate(1turn); }
}