Skip to content

Commit de15833

Browse files
committed
Fix some typos
1 parent daf4ac9 commit de15833

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
@@ -532,7 +532,7 @@ can be two running containers in parallel.
532532

533533
.. caution::
534534

535-
When runing on systemd with non-system user and option ``RemoveIPC=yes``
535+
When running on systemd with non-system user and option ``RemoveIPC=yes``
536536
(default value), locks are deleted by systemd when that user logs out.
537537
Check that process is run with a system user (UID <= SYS_UID_MAX) with
538538
``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)