From 310a3b0328801cbf1bb6433a98564a2b0f1834f7 Mon Sep 17 00:00:00 2001 From: Faizaan Gagan Date: Tue, 1 Jun 2021 11:19:39 +0530 Subject: [PATCH] fixed linting --- lib/custom_wizard/field.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/custom_wizard/field.rb b/lib/custom_wizard/field.rb index a14d877c..951419b6 100644 --- a/lib/custom_wizard/field.rb +++ b/lib/custom_wizard/field.rb @@ -8,7 +8,7 @@ class CustomWizard::Field # number: 3 # title: Add the field name to attribute map # description: The attribute map serves as a global registry for field attributes. Set the - # key as the attribute name and value as an array of properties. Use the properties according to the + # key as the attribute name and value as an array of properties. Use the properties according to the # your usecase. Here's a list and description of each of the properties. # accessible: The attribute is passed to attr_accessor # serializable: The attribute is serialized to the client