From a00e5892af15c83de3fe6128730b4b391527d4a4 Mon Sep 17 00:00:00 2001 From: Ahmed TAILOULOUTE Date: Wed, 8 Jan 2020 00:57:52 +0100 Subject: [PATCH] Update process.rst --- components/process.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/process.rst b/components/process.rst index cce427238c6..7136dcc1048 100644 --- a/components/process.rst +++ b/components/process.rst @@ -146,7 +146,7 @@ operating system, you can write the above command as follows:: $process = Process::fromShellCommandline('echo "${:MESSAGE}"'); Portable commands require using a syntax that is specific to the component: when -enclosing a variable name into ``"{$:`` and ``}"`` exactly, the process object +enclosing a variable name into ``"${:`` and ``}"`` exactly, the process object will replace it with its escaped value, or will fail if the variable is not found in the list of environment variables attached to the command.