Skip to content

Commit

Permalink
fixed typo deaply->deeply
Browse files Browse the repository at this point in the history
  • Loading branch information
diatmpravin committed Jul 24, 2013
1 parent 6e0b232 commit 07485bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/dirty_tracking.markdown
Expand Up @@ -8,7 +8,7 @@ id: model_dirty_tracking

Since version 1.1.0, CouchRest Model has support for dirty tracking based on the support modules provided by ActiveModel. This works as you'd expect by allow special method calls to check if a specific attribute or anything in the object has changed.

Unlike a relational database that only has to deal with two dimensional tables, CouchRest Model supports dirty tracking on nested models. Changes on a deaply nested object will be passed through the parent properties and documents until reaching the base document.
Unlike a relational database that only has to deal with two dimensional tables, CouchRest Model supports dirty tracking on nested models. Changes on a deeply nested object will be passed through the parent properties and documents until reaching the base document.

## Viewing and checking for changes

Expand Down

0 comments on commit 07485bb

Please sign in to comment.