We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6c9a03 + c1cfe4f commit 149dfe8Copy full SHA for 149dfe8
README.markdown
@@ -75,7 +75,7 @@ class CreateCategoriesTable extends Migration {
75
### The model
76
77
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
+but you can stick to whatever you prefer, just make sure that model is extended
79
from `\Kalnoy\Nestedset\Node`, like here:
80
81
[1]: https://github.com/JeffreyWay/Laravel-4-Generators
0 commit comments