diff --git a/entries/focusout.xml b/entries/focusout.xml
index 1029a9e5..6b633c89 100644
--- a/entries/focusout.xml
+++ b/entries/focusout.xml
@@ -19,6 +19,9 @@
This method is a shortcut for The .on( "focusout", handler )
when passed arguments, and .trigger( "focusout" )
when no arguments are passed.focusout
event is sent to an element when it, or any element inside of it, loses focus. This is distinct from the blur event in that it supports detecting the loss of focus on descendant elements (in other words, it supports event bubbling).