css-overview: Fix typo “{with=>which} is disabled”
authorDaniel Boles <dboles@src.gnome.org>
Thu, 22 Jun 2017 19:40:06 +0000 (20:40 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Thu, 22 Jun 2017 19:41:41 +0000 (20:41 +0100)
docs/reference/gtk/css-overview.xml

index 124c83b02eca9b6de16982127d94e175ff7f82c6..72827520860e19d3d262cc69210cc11868977afb 100644 (file)
@@ -425,7 +425,7 @@ checkbutton:indeterminate {
           </row>
           <row>
             <entry>E:disabled</entry>
-            <entry>any E node which is part of a widget with is disabled</entry>
+            <entry>any E node which is part of a widget which is disabled</entry>
             <entry><ulink url="https://www.w3.org/TR/css3-selectors/#UIstates">CSS</ulink></entry>
             <entry>Corresponds to GTK_STATE_FLAG_INSENSITIVE; GTK+ also allows E:insensitive</entry>
           </row>