1
0
Fork 0

Merge pull request #8494 from staabm/patch-2

Fix typo
pull/8495/head
Jordi Boggiano 2019-12-22 12:46:13 +01:00 committed by GitHub
commit 6034c2af01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ the PHP executable available in it as a `PHP_BINARY` env var.
## Setting environment variables ## Setting environment variables
To set an environment variable in a cross-platform way, you can use `@setenv`: To set an environment variable in a cross-platform way, you can use `@putenv`:
```json ```json
{ {