Skip to content

Commit

Permalink
fix CHANGELOG formatting, yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone committed Mar 21, 2022
1 parent ce09668 commit 972abcf
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 @@ -72,7 +72,7 @@

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

0 comments on commit 972abcf

Please sign in to comment.