Skip to content

Commit 2fcb705

Browse files
committed
Update TypeScriptAngularClientCodegen.java
Fix minor typo
1 parent 4723f51 commit 2fcb705

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/TypeScriptAngularClientCodegen.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
package io.swagger.codegen.languages;
22

33
import io.swagger.codegen.SupportingFile;
4-
54
import java.io.File;
65

76
public class TypeScriptAngularClientCodegen extends AbstractTypeScriptClientCodegen {
@@ -12,7 +11,7 @@ public String getName() {
1211
}
1312

1413
public String getHelp() {
15-
return "Generates a TypeScript AngurlarJS client library.";
14+
return "Generates a TypeScript AngularJS client library.";
1615
}
1716

1817
public TypeScriptAngularClientCodegen() {
@@ -25,4 +24,4 @@ public TypeScriptAngularClientCodegen() {
2524
modelPackage = "API.Client";
2625
supportingFiles.add(new SupportingFile("api.d.mustache", apiPackage().replace('.', File.separatorChar), "api.d.ts"));
2726
}
28-
}
27+
}

0 commit comments

Comments
 (0)