Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theetrain authored and Ahmad Nassri committed Jul 8, 2022
1 parent 6db94a3 commit 13abe87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ prob.toString() //=> [403] You do not have enough credit ('https://example.com/p

### Method : `<void>` `send(response)`

uses [`response.writeHead`][] and [`response.end`][] to send an appropriate error respnse message with the `Content-Type` response header to [`application/problem+json`][]
uses [`response.writeHead`][] and [`response.end`][] to send an appropriate error response message with the `Content-Type` response header to [`application/problem+json`][]

``` js
import http from 'http'
Expand Down

0 comments on commit 13abe87

Please sign in to comment.