Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 627ec9a

Browse files
committed
Merge pull request #391 from Im0rtality/patch-1
Fixed typo
2 parents ff67948 + 5dec74d commit 627ec9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/creating_a_cms/getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ Create a page for your CMS::
360360
use Acme\BasicCmsBundle\Document\Page;
361361
use Doctrine\Common\DataFixtures\FixtureInterface;
362362
use Doctrine\Common\Persistence\ObjectManager;
363-
use PHPCR\Util\NodeHelpen;
363+
use PHPCR\Util\NodeHelper;
364364

365365
class LoadPageData implements FixtureInterface
366366
{

0 commit comments

Comments
 (0)