Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f034d99

Browse filesBrowse files
committed
[#11127] fix minor typo
1 parent 4279072 commit f034d99
Copy full SHA for f034d99

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎configuration/external_parameters.rst

Copy file name to clipboardExpand all lines: configuration/external_parameters.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ Symfony provides the following env var processors:
533533
$container->setParameter('private_key', '%env(default:raw_key:file:PRIVATE_KEY)%');
534534
$container->setParameter('raw_key', '%env(PRIVATE_KEY)%');
535535
536-
When the fallback parameter is ommited (e.g. ``env(default::API_KEY)``), the
536+
When the fallback parameter is omitted (e.g. ``env(default::API_KEY)``), the
537537
value returned is ``null``.
538538

539539
.. versionadded:: 4.3

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.