Skip to content

Commit 392195d

Browse files
committed
I accidentally an entire letter
1 parent f43d6b7 commit 392195d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ PHP has no concept of a "socket", it instead has its own form of streams which
1010
can be mounted into a request run. The `php://input` stream represents the body
1111
of an incoming request.
1212

13-
### php://outut
13+
### php://output
1414

1515
As with `php://input`, `php://output` is a stream that can be mounted into a
1616
request run, but is instead used for writing out to the response.

0 commit comments

Comments
 (0)