We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da9834f commit 29a5900Copy full SHA for 29a5900
typescript-generator-maven-plugin/src/main/java/cz/habarta/typescript/generator/maven/GenerateMojo.java
@@ -63,7 +63,7 @@ public class GenerateMojo extends AbstractMojo {
63
private List<String> classes;
64
65
/**
66
- * JSON classes to process specified using glog pattern
+ * JSON classes to process specified using glob pattern
67
* so it is possible to specify package or class name suffix.
68
* Glob patterns support two wildcards:
69
* Single "*" wildcard matches any character except for "." and "$".
0 commit comments