From 2a7df8f17c9a2a6178ceb9f9fc14da33ff3f7ade Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Wed, 19 Feb 2014 03:18:29 +0100 Subject: [PATCH] Update active-record.md typo --- docs/guide/active-record.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/active-record.md b/docs/guide/active-record.md index e9532a8892..333deb46e8 100644 --- a/docs/guide/active-record.md +++ b/docs/guide/active-record.md @@ -500,7 +500,7 @@ if ($customers[0]->orders[0]->customer === $customers[0]) { ``` > Note: Inverse relation cannot be defined with a relation that involves pivoting tables. -> That is, if your relation iso defined with `via()` or `viaTable()`, you cannot call `inverseOf()` further. +> That is, if your relation is defined with `via()` or `viaTable()`, you cannot call `inverseOf()` further. Joining with Relations