File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -634,7 +634,7 @@ can be two running containers in parallel.
634
634
635
635
.. caution ::
636
636
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 ``
638
638
(default value), locks are deleted by systemd when that user logs out.
639
639
Check that process is run with a system user (UID <= SYS_UID_MAX) with
640
640
``SYS_UID_MAX `` defined in ``/etc/login.defs ``, or set the option
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ so Symfony doesn't try to get/set its value from the related entity::
74
74
'mapped' => false,
75
75
76
76
// 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
78
78
'required' => false,
79
79
80
80
// unmapped fields can't def
38DC
ine their validation using annotations
You can’t perform that action at this time.
0 commit comments