Skip to content

Fix some typos #13125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/lock.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion controller/upload_file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down