Browse Source

Merge pull request #512 from Mikaweb/patch-1

Misspelt word corrected!
Taylor Otwell 12 years ago
parent
commit
2e7cca1d0b

+ 1 - 1
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
 	 */