8000 Merge branch '4.4' into 5.0 · symfony/symfony-docs@c08684d · GitHub
[go: up one dir, main page]

Skip to content

Commit c08684d

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Fix some typos
2 parents ab5de17 + a65abca commit c08684d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/lock.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,7 @@ can be two running containers in parallel.
634634

635635
.. caution::
636636

637-
When runing on systemd with non-system user and option ``RemoveIPC=yes``
637+
When running on systemd with non-system user and option ``RemoveIPC=yes``
638638
(default value), locks are deleted by systemd when that user logs out.
639639
Check that process is run with a system user (UID <= SYS_UID_MAX) with
640640
``SYS_UID_MAX`` defined in ``/etc/login.defs``, or set the option

controller/upload_file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ so Symfony doesn't try to get/set its value from the related entity::
7474
'mapped' => false,
7575

7676
// make it optional so you don't have to re-upload the PDF file
77-
// everytime you edit the Product details
77+
// every time you edit the Product details
7878
'required' => false,
7979

8080
// unmapped fields can't def 38DC ine their validation using annotations

0 commit comments

Comments
 (0)
0