From fa0a034c51a13c2f86ea1baa525a954968fd22dd Mon Sep 17 00:00:00 2001 From: "Shahar Or (mightyiam)" Date: Fri, 27 Apr 2018 17:07:54 +0300 Subject: [PATCH] fix(spec): state that value prop is optional --- SPEC.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.rst b/SPEC.rst index 5025b44..d3675ae 100644 --- a/SPEC.rst +++ b/SPEC.rst @@ -70,7 +70,7 @@ They have a common format:: ``method`` The method name that we wish to invoke. -``value`` +``value`` (optional) If the method sets an attribute, the value attribute should be set. ``listener`` (optional)