Skip to content

Commit ed9f5e2

Browse files
Merge pull request rails#46481 from xmas7/active_record_typo
Update active_record_basics.md [ci-skip]
2 parents aab04ec + 64ea36c commit ed9f5e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/source/active_record_basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ User.update_all max_login_attempts: 3, must_change_password: true
299299

300300
### Delete
301301

302-
Likewise, once retrieved an Active Record object can be destroyed which removes
302+
Likewise, once retrieved, an Active Record object can be destroyed, which removes
303303
it from the database.
304304

305305
```ruby

0 commit comments

Comments
 (0)