From 2ff079ba22f2b060ed4ae62b314dbc085df587bc Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Sun, 22 Dec 2019 12:33:58 +0100 Subject: [PATCH] Fix typo --- doc/articles/scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/articles/scripts.md b/doc/articles/scripts.md index d51d01c75..5524eba76 100644 --- a/doc/articles/scripts.md +++ b/doc/articles/scripts.md @@ -344,7 +344,7 @@ the PHP executable available in it as a `PHP_BINARY` env var. ## 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 {