Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 0d6fffa

Browse files
committed
Fix: Enviornment is spelled m-o-o-n
1 parent 5f5280d commit 0d6fffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RequestTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Server and client-side requests differ slightly in how the Host header is
2121
* handled; on client-side, it should be calculated on-the-fly from the
2222
* composed URI (if present), while on server-side, it will be calculated from
23-
* the enviornment. As such, this trait exists to provide the common code
23+
* the environment. As such, this trait exists to provide the common code
2424
* between both client-side and server-side requests, and each can then
2525
* use the headers functionality required by their implementations.
2626
*/

0 commit comments

Comments
 (0)