From 07485bb454bf677976fc21dcf907e617ed6bc1ca Mon Sep 17 00:00:00 2001 From: diatmpravin Date: Wed, 24 Jul 2013 08:26:05 +0530 Subject: [PATCH] fixed typo deaply->deeply --- model/dirty_tracking.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/dirty_tracking.markdown b/model/dirty_tracking.markdown index 664aa13..9ab759c 100644 --- a/model/dirty_tracking.markdown +++ b/model/dirty_tracking.markdown @@ -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