Skip to content

Commit

Permalink
Fix typo in docs for nested module (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
Onatcer authored and ifox committed Dec 5, 2019
1 parent 44ad218 commit 764d9fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.sections/crud-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -1137,7 +1137,7 @@ use Kalnoy\Nestedset\NodeTrait;
...

class Page extends Model {
use HasPostion, NodeTrait;
use HasPosition, NodeTrait;
...
public static function saveTreeFromIds($nodesArray)
{
Expand Down

0 comments on commit 764d9fc

Please sign in to comment.