We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7501eb4 commit 137c1adCopy full SHA for 137c1ad
1 file changed
README.md
@@ -4,9 +4,9 @@
4
5
Autogenerate php classes for NodeTypes with type safe property accessor methods that allow full static analysis.
6
7
-- NodeTypeObject are created for each non abatrsct NodeType in the namespace of the given package.
+- NodeTypeObject are created for each non abstract NodeType in the namespace of the given package.
8
- 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`
+- The namespace of each NodeTypeObject is derived from the package-key with added ``NodeTypes`
10
- The className of a NodeTypeObject is defined by the last part of the NodeTypeName with postfix `NodeTypeObject`
11
12
## Preconditions
0 commit comments