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 @@ -645,7 +645,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
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::
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
You can’t perform that action at this time.
0 commit comments