diff --git a/laravel/database/eloquent/relationships/has_many_and_belongs_to.php b/laravel/database/eloquent/relationships/has_many_and_belongs_to.php index 7453a02f..9fecb66d 100644 --- a/laravel/database/eloquent/relationships/has_many_and_belongs_to.php +++ b/laravel/database/eloquent/relationships/has_many_and_belongs_to.php @@ -21,7 +21,7 @@ class Has_Many_And_Belongs_To extends Relationship { protected $other; /** - * The columns on the joining tbale that should be fetched. + * The columns on the joining table that should be fetched. * * @var array */