Skip to content

Commit 543ec44

Browse files
committed
minor #7605 Fix typo (GabrielCW)
This PR was submitted for the 3.2 branch but it was merged into the 2.7 branch instead (closes #7605). Discussion ---------- Fix typo The docs says the option must be prefixed with a "double slash" (`//`) when it should be "double dash" `--`. Commits ------- 1c5423a Fix typo
2 parents 94c8033 + 1c5423a commit 543ec44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

console.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ console::
237237
// pass arguments to the helper
238238
'username' => 'Wouter',
239239

240-
// prefix the key with a double slash when passing options,
240+
// prefix the key with two dashes when passing options,
241241
// e.g: '--some-option' => 'option_value',
242242
));
243243

0 commit comments

Comments
 (0)