From 0633858faf0e749aacd6fc942552caf4e5b6c645 Mon Sep 17 00:00:00 2001 From: DJWindless Date: Sat, 8 Apr 2017 12:18:53 +0200 Subject: [PATCH 1/2] Update reset.rst fixed typo --- reference/forms/types/reset.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reference/forms/types/reset.rst b/reference/forms/types/reset.rst index 60b7d365fac..1fe30ac9215 100644 --- a/reference/forms/types/reset.rst +++ b/reference/forms/types/reset.rst @@ -23,6 +23,8 @@ A button that resets all fields to their original values. Inherited Options ----------------- +Note theses examples come from the ButtonType documentation. If you want to use the ResetType field, you have to use ResetType::class instead of ButtonType::class to generate a reset button + .. include:: /reference/forms/types/options/button_attr.rst.inc .. include:: /reference/forms/types/options/button_disabled.rst.inc From 8d7757257180bcdd9d90a239171037752716a8dc Mon Sep 17 00:00:00 2001 From: DJWindless Date: Sat, 8 Apr 2017 12:25:14 +0200 Subject: [PATCH 2/2] Update reset.rst Forgot the dot at the end of the sentence :) --- reference/forms/types/reset.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/types/reset.rst b/reference/forms/types/reset.rst index 1fe30ac9215..65da84baeea 100644 --- a/reference/forms/types/reset.rst +++ b/reference/forms/types/reset.rst @@ -23,7 +23,7 @@ A button that resets all fields to their original values. Inherited Options ----------------- -Note theses examples come from the ButtonType documentation. If you want to use the ResetType field, you have to use ResetType::class instead of ButtonType::class to generate a reset button +Note theses examples come from the ButtonType documentation. If you want to use the ResetType field, you have to use ResetType::class instead of ButtonType::class to generate a reset button. .. include:: /reference/forms/types/options/button_attr.rst.inc