Skip to content

Commit

Permalink
fix:fix typo in awesome-empowering-js.md
Browse files Browse the repository at this point in the history
  • Loading branch information
werifu authored Jul 7, 2022
1 parent 9b207cd commit e48da20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/awesome-empowering-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
```js
// node
const koa = require("koa" );
cost logger = require("@adesso/logger")
const logger = require("@adesso/logger")

// deno
import { Application } from "https://deno.land/x/oak/mod.ts";
Expand Down

0 comments on commit e48da20

Please sign in to comment.