From e88a745ca32f2551d0ab127b60b7c167f91217af Mon Sep 17 00:00:00 2001 From: Waitaya Krongapiradee Date: Fri, 2 Sep 2016 12:00:16 +0700 Subject: Grammar fix [ci skip] --- guides/source/association_basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/association_basics.md b/guides/source/association_basics.md index 3993fdb1dd..2e682b6951 100644 --- a/guides/source/association_basics.md +++ b/guides/source/association_basics.md @@ -1007,7 +1007,7 @@ class Author < ApplicationRecord end ``` -In this case, saving or destroying an book will update the timestamp on the associated author. You can also specify a particular timestamp attribute to update: +In this case, saving or destroying a book will update the timestamp on the associated author. You can also specify a particular timestamp attribute to update: ```ruby class Book < ApplicationRecord -- cgit v1.2.3