Skip to content

Commit 137c1ad

Browse files
committed
DOCS: fix typoe
1 parent 7501eb4 commit 137c1ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
Autogenerate php classes for NodeTypes with type safe property accessor methods that allow full static analysis.
66

7-
- NodeTypeObject are created for each non abatrsct NodeType in the namespace of the given package.
7+
- NodeTypeObject are created for each non abstract NodeType in the namespace of the given package.
88
- NodeTypeObjects are stored in the `NodeTypes` folder using all parts of the NodeTypeName as folders
9-
- The namespace of each NodeTypeObject is derived from the packaghe-key with added ``NodeTypes`
9+
- The namespace of each NodeTypeObject is derived from the package-key with added ``NodeTypes`
1010
- The className of a NodeTypeObject is defined by the last part of the NodeTypeName with postfix `NodeTypeObject`
1111

1212
## Preconditions

0 commit comments

Comments
 (0)