Skip to content

Commit

Permalink
chore: fix typo in file name of template
Browse files Browse the repository at this point in the history
  • Loading branch information
dbartholomae committed Aug 12, 2020
1 parent 5a4f47e commit 57a601c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
to: packages/<%= h.inflection.dasherize(name.toLowerCase()) %>/examples/hellowWorld.int-test.ts
to: packages/<%= h.inflection.dasherize(name.toLowerCase()) %>/examples/helloWorld.int-test.ts
---
import request from "supertest";
const server = request("http://localhost:3000/dev");
Expand Down
2 changes: 1 addition & 1 deletion _templates/middleware/new/package/examples/helloWorld.ts.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
to: packages/<%= h.inflection.dasherize(name.toLowerCase()) %>/examples/hellowWorld.ts
to: packages/<%= h.inflection.dasherize(name.toLowerCase()) %>/examples/helloWorld.ts
---
import { <%=h.inflection.camelize(name, true) %> } from "../";

Expand Down

0 comments on commit 57a601c

Please sign in to comment.