From 60272d8795c88bf8179b5cdaaf3f44f059c4ddfb Mon Sep 17 00:00:00 2001 From: Jelani Woods Date: Tue, 15 Feb 2022 13:32:02 -0600 Subject: [PATCH] Fix typo in Faux has one guide --- guides/concepts/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/concepts/resources.md b/guides/concepts/resources.md index 07ed336..9c3c84b 100644 --- a/guides/concepts/resources.md +++ b/guides/concepts/resources.md @@ -1102,7 +1102,7 @@ an array*, and you should select the first record. {% include h.html tag="h5" text="5.5.1 Faux has_one" a="faux-has-one" %} -A "Faux Has One" occurrs when there is more than one record of +A "Faux Has One" occurs when there is more than one record of associated data, but we only want to return the *first* record in that array. Consider this `ActiveRecord` relationship: