@@ -171,7 +171,7 @@ After this, you have to create getters and setters for the properties.
171171 This Document uses the parent document and a node name to determine its
172172 position in the tree. Because there isn't any name set, it is generated
173173 automatically. If you want to use a specific node name, such as a
174- sluggified version of the title, you need to add a property mapped as
174+ slugified version of the title, you need to add a property mapped as
175175 ``Nodename ``.
176176
177177 A Document must have an id property. This represents the full path (parent
@@ -272,7 +272,7 @@ you've configured a route to display a specific task by name::
272272
273273To retrieve objects from the document repository using both the ``find `` and
274274``findMany `` methods and all helper methods of a class-specific repository. In
275- PHPCR, it's often unkown for developers which node has the data for a specific
275+ PHPCR, it's often unknown for developers which node has the data for a specific
276276document, in that case you should use the document manager to find the nodes
277277(for instance, when you want to get the root document). In example above, we
278278know they are ``Task `` documents and so we can use the repository.
@@ -294,7 +294,7 @@ The repository contains all sorts of helpful methods::
294294.. tip ::
295295
296296 If you use the repository class, you can also create a custom repository
297- for a specific document. This helps with "Seperation of Concern" when using more
297+ for a specific document. This helps with "Separation of Concern" when using more
298298 complex queries. This is similar to how it's done in Doctrine ORM, for
299299 more information read "`Custom Repository Classes `_" in the core
300300 documentation.
0 commit comments