Skip to content

Commit 384e511

Browse files
authored
Fixed wording (#453)
1 parent 448c76d commit 384e511

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
@@ -117,7 +117,7 @@ $s3_bucket = $_SERVER['S3_BUCKET'];
117117

118118
### Putenv and Getenv
119119

120-
Using `getenv()` and `putenv()` is strongly discurraged due to the fact that
120+
Using `getenv()` and `putenv()` is strongly discouraged due to the fact that
121121
these functions are not thread safe, however it is still possible to instruct
122122
PHP dotenv to use these functions. Instead of calling
123123
`Dotenv::createImmutable`, one can call `Dotenv::createUnsafeImmutable`, which

0 commit comments

Comments
 (0)