Fix a typo

This commit is contained in:
Michael Catanzaro
2016-02-13 22:14:55 -06:00
parent 3a499d61dc
commit ea423318f1

View File

@ -73,7 +73,7 @@
* *
* # CSS nodes * # CSS nodes
* *
* GtkPopover has a single css node called popover It always gets the * GtkPopover has a single css node called popover. It always gets the
* .background style class and it gets the .menu style class if it is * .background style class and it gets the .menu style class if it is
* menu-like (e.g. #GtkPopoverMenu or created using gtk_popover_new_from_model(). * menu-like (e.g. #GtkPopoverMenu or created using gtk_popover_new_from_model().
* *