We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 448c76d commit 384e511Copy full SHA for 384e511
README.md
@@ -117,7 +117,7 @@ $s3_bucket = $_SERVER['S3_BUCKET'];
117
118
### Putenv and Getenv
119
120
-Using `getenv()` and `putenv()` is strongly discurraged due to the fact that
+Using `getenv()` and `putenv()` is strongly discouraged due to the fact that
121
these functions are not thread safe, however it is still possible to instruct
122
PHP dotenv to use these functions. Instead of calling
123
`Dotenv::createImmutable`, one can call `Dotenv::createUnsafeImmutable`, which
0 commit comments