README.md in rails-settings-cached-0.5.2 vs README.md in rails-settings-cached-0.5.3
- old
+ new
@@ -115,10 +115,10 @@
=> 0
Setting.some_setting
=> "footastic"
```
-Init defualt value in database, this has indifferent with `Setting.defaults[:some_setting]`, this will **save the value into database**:
+Init default value in database, this has indifferent with `Setting.defaults[:some_setting]`, this will **save the value into database**:
```ruby
Setting.save_default(:some_key, "123")
Setting.where(:var => "some_key").count
=> 1