Skip to content

Commit c1cfe4f

Browse files
committed
fixed spelling mistake
1 parent a6c9a03 commit c1cfe4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class CreateCategoriesTable extends Migration {
7575
### The model
7676

7777
The next step is to create `Eloquent` model. I prefer [Jeffrey Way's generators][1],
78-
but you can stick to whatever you prefer, just make shure that model is extended
78+
but you can stick to whatever you prefer, just make sure that model is extended
7979
from `\Kalnoy\Nestedset\Node`, like here:
8080

8181
[1]: https://github.com/JeffreyWay/Laravel-4-Generators

0 commit comments

Comments
 (0)