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

Skip to content

Commit a65abca

Browse files
committed
Merge branch '3.4' into 4.4
* 3.4: Fix some typos
2 parents ad09d84 + 6c06b69 commit a65abca

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
@@ -645,7 +645, 8000 7 @@ can be two running containers in parallel.
645645

646646
.. caution::
647647

648-
When runing on systemd with non-system user and option ``RemoveIPC=yes``
648+
When running on systemd with non-system user and option ``RemoveIPC=yes``
649649
(default value), locks are deleted by systemd when that user logs out.
650650
Check that process is run with a system user (UID <= SYS_UID_MAX) with
651651
``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 define their validation using annotations

0 commit comments

Comments
 (0)
0