Skip to content

Commit c64dbae

Browse files
authored
Fix typo
1 parent 3d383e0 commit c64dbae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ There is `<name>_before_type_cast` method for every field in a model as well.
477477

478478
### Dirty API
479479

480-
Dynamoid supports Dirty API which equvalents to [Rails 5.2 `ActiveModel::Dirty`](https://api.rubyonrails.org/v5.2/classes/ActiveModel/Dirty.html). There is only one limitation - change in place of field is't detected automatically.
480+
Dynamoid supports Dirty API which equvalents to [Rails 5.2 `ActiveModel::Dirty`](https://api.rubyonrails.org/v5.2/classes/ActiveModel/Dirty.html). There is only one limitation - change in place of field isn't detected automatically.
481481

482482
## Usage
483483

0 commit comments

Comments
 (0)