From de158334ebce666637bde531c47f51c21a8e5b53 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 13 Feb 2020 15:00:15 +0100 Subject: [PATCH] Fix some typos --- components/lock.rst | 2 +- controller/upload_file.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/lock.rst b/components/lock.rst index 01331872cfa..a0485959893 100644 --- a/components/lock.rst +++ b/components/lock.rst @@ -532,7 +532,7 @@ can be two running containers in parallel. .. caution:: - When runing on systemd with non-system user and option ``RemoveIPC=yes`` + When running on systemd with non-system user and option ``RemoveIPC=yes`` (default value), locks are deleted by systemd when that user logs out. Check that process is run with a system user (UID <= SYS_UID_MAX) with ``SYS_UID_MAX`` defined in ``/etc/login.defs``, or set the option diff --git a/controller/upload_file.rst b/controller/upload_file.rst index c051ba97855..31d17940038 100644 --- a/controller/upload_file.rst +++ b/controller/upload_file.rst @@ -74,7 +74,7 @@ so Symfony doesn't try to get/set its value from the related entity:: 'mapped' => false, // make it optional so you don't have to re-upload the PDF file - // everytime you edit the Product details + // every time you edit the Product details 'required' => false, // unmapped fields can't define their validation using annotations