vercel / micro

Asynchronous HTTP microservices
MIT License
10.59k stars 459 forks source link

fix typo in the body parsing section #468

Closed IAmSSH closed 2 years ago

leerob commented 2 years ago

I think "an" is correct here!

IAmSSH commented 2 years ago

I think "an" is used to refer to a single entity. Here since we are talking about exporting multiple functions (3, to be precise):

... included an async functions buffer, text and json...

So I thought maybe it is not required.

But anyways, thanks for reviewing 😄