From 6c562d0adda5709611b0d62e19e02bb20636351e Mon Sep 17 00:00:00 2001 From: Ryan LaBouve Date: Fri, 22 Jan 2016 22:31:05 -0600 Subject: [PATCH] Fix typo in Action Aware Params section of readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index ea1c7466..c57658dc 100644 --- a/README.rst +++ b/README.rst @@ -392,7 +392,7 @@ Example def_param_group :user do param :user, Hash, :action_aware => true do param :name, String, :required => true - param :description, :String + param :description, String end end