Skip to content

Commit 6399cd9

Browse files
authored
Fix some typos (#3688)
1 parent 91737ab commit 6399cd9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@
637637
- Fix Syntax Error in removal of new nested entity([#2539](https://github.com/railsadminteam/rails_admin/pull/2539))
638638
- Fix momentjs translations for '%-d' format day of the month([#2540](https://github.com/railsadminteam/rails_admin/pull/2540))
639639
- Fix Mongoid BSON object field ([#2495](https://github.com/railsadminteam/rails_admin/issues/2495))
640-
- Make browser ignore validaitons of removed nested child models([#2443](https://github.com/railsadminteam/rails_admin/issues/2443), [#2490](https://github.com/railsadminteam/rails_admin/pull/2490))
640+
- Make browser ignore validations of removed nested child models([#2443](https://github.com/railsadminteam/rails_admin/issues/2443), [#2490](https://github.com/railsadminteam/rails_admin/pull/2490))
641641

642642
## [0.8.1](https://github.com/railsadminteam/rails_admin/tree/v0.8.1) - 2015-11-24
643643

spec/rails_admin/config/fields/types/paperclip_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
RSpec.describe RailsAdmin::Config::Fields::Types::Paperclip do
66
it_behaves_like 'a generic field type', :string_field, :paperclip
77

8-
context 'when a *_file_name field exists but not decleared as has_attached_file' do
8+
context 'when a *_file_name field exists but not declared as has_attached_file' do
99
before do
1010
class PaperclipTest < Tableless
1111
column :some_file_name, :varchar

spec/rails_admin/config_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ class TestController < ActionController::Base; end
294294
describe '.parent_controller=' do
295295
context 'if RailsAdmin::ApplicationController is already loaded' do
296296
before do
297-
# preload cotrollers (e.g. when config.eager_load = true)
297+
# preload controllers (e.g. when config.eager_load = true)
298298
RailsAdmin::MainController
299299
end
300300

0 commit comments

Comments
 (0)