Skip to content

Commit

Permalink
fix CHANGELOG formatting, again
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Mar 21, 2022
1 parent 24058bb commit 7f4920c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

```jsx
import SomeDependency from "some-dependency.js";
addEventListener("fetch", event => {
addEventListener("fetch", (event) => {
// ...
});
```
Expand Down

0 comments on commit 7f4920c

Please sign in to comment.