diff --git a/spec/datagrid_spec.rb b/spec/datagrid_spec.rb index db0b6bc..60ca8de 100644 --- a/spec/datagrid_spec.rb +++ b/spec/datagrid_spec.rb @@ -91,7 +91,7 @@ end end - it "deprecates inclucsion of Datagrid module" do + it "deprecates inclusion of Datagrid module" do silence_deprecator do class DeprecatedInclusion include Datagrid diff --git a/version-2/Readme.markdown b/version-2/Readme.markdown index 1ab4c4c..d4d5d13 100644 --- a/version-2/Readme.markdown +++ b/version-2/Readme.markdown @@ -27,7 +27,7 @@ List of things introduces: Rails [deprecates form\_for in favor of form\_with](https://guides.rubyonrails.org/form_helpers.html#using-form-tag-and-form-for). -`datagrid_form_for` is now depreacted if favor of `datagrid_form_with`. +`datagrid_form_for` is now deprecated if favor of `datagrid_form_with`. However, `datagrid_form_for` would also use Rails `form_with` because they share the same view partial. TODO: update the wiki @@ -400,7 +400,7 @@ end ## Remove SASS dependency -SASS is no longer a default choice when starting a rails project. +SASS is no longer a default choice when starting a Ruby on Rails project. Version 2 makes it more flexible by avoiding the dependency on any particular CSS framework. See [a new built-in CSS file](../app/assets/stylesheets/datagrid.css).