Skip to content

Commit 29a5900

Browse files
fixed typo
1 parent da9834f commit 29a5900

File tree

1 file changed

+1
-1
lines changed
  • typescript-generator-maven-plugin/src/main/java/cz/habarta/typescript/generator/maven

1 file changed

+1
-1
lines changed

typescript-generator-maven-plugin/src/main/java/cz/habarta/typescript/generator/maven/GenerateMojo.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public class GenerateMojo extends AbstractMojo {
6363
private List<String> classes;
6464

6565
/**
66-
* JSON classes to process specified using glog pattern
66+
* JSON classes to process specified using glob pattern
6767
* so it is possible to specify package or class name suffix.
6868
* Glob patterns support two wildcards:
6969
* Single "*" wildcard matches any character except for "." and "$".

0 commit comments

Comments
 (0)