chimurai / http-proxy-middleware

:zap: The one-liner node.js http-proxy middleware for connect, express, next.js and more
MIT License
10.62k stars 825 forks source link

Update markdown example code sections to fix syntax highlighting #927

Closed smiles2424 closed 10 months ago

smiles2424 commented 12 months ago

Description

Added some commas to fix the syntax highlighting in the markdown sections

Motivation and Context

I was reading the docs and noticed it. So I figured I could clean up a little while I'm here.

How has this been tested?

Documentation change, no production code affected.

Types of changes

Checklist:

coveralls commented 11 months ago

Coverage Status

coverage: 97.619%. remained the same when pulling 3d09697dd1d2b23925985065032911a39a925a87 on smiles2424:patch-1 into d7aa01de280d598537735733070ad06d9ea608dd on chimurai:master.

smiles2424 commented 11 months ago

I'm happy to update to address the lint failures but I'm unable to determine why that command is failing.

What is the expected behavior here?

chimurai commented 11 months ago

Guess you've edited the file in the browser directly; linter and formatting are skipped then...

If you run yarn lint:fix it should take care of formatting