Merge "Use singular they instead of "he/she" where possible"

This commit is contained in:
Zuul 2021-10-13 08:00:17 +00:00 committed by Gerrit Code Review
commit 9b30e7fe0e
4 changed files with 6 additions and 6 deletions
doc/source

@ -166,7 +166,7 @@ Currently, there are two reserved stores:
.. note::
If end user wants to retrieve all the available stores using
``CONF.enabled_backeds`` then he needs to remove reserved
``CONF.enabled_backeds`` then they need to remove reserved
stores from that list explicitly.
Configuration

@ -956,7 +956,7 @@ glance where `cinder_volume_type` is same as the old glance configuration::
# cinder.conf
The glance administrator has to find out what the default volume-type is
in the cinder installation, so he/she needs to discuss with either cinder
in the cinder installation, so they need to discuss with either cinder
admin or cloud admin to identify default volume-type from cinder and then
explicitly configure that as the value of ``cinder_volume_type``.
@ -1009,7 +1009,7 @@ glance to replicate exact old configuration::
# cinder.conf
The glance administrator has to find out what the default volume-type is
in the cinder installation, so he/she needs to discuss with either cinder
in the cinder installation, so they need to discuss with either cinder
admin or cloud admin to identify default volume-type from cinder and then
explicitly configure that as the value of ``cinder_volume_type``.
@ -1062,7 +1062,7 @@ one of the store::
# cinder.conf
The glance administrator has to find out what the default volume-type is
in the cinder installation, so he/she needs to discuss with either cinder
in the cinder installation, so they need to discuss with either cinder
admin or cloud admin to identify default volume-type from cinder and then
explicitly configure that as the value of ``cinder_volume_type``.

@ -25,7 +25,7 @@ thus realizing a design pattern called "Decorator." The main feature
of domain model is to use a composition instead of inheritance or
basic decoration while building an architecture. This provides
flexibility and transparency of an internal organization for a developer,
because he does not know what layers are used and works with a domain
because they do not know what layers are used and works with a domain
model object as with a common object.
Inner architecture

@ -926,7 +926,7 @@ C
credentials
Data that is only known to or accessible by a user and
used to verify that the user is who he says he is.
used to verify that the user is who they say they are.
Credentials are presented to the server during
authentication. Examples include a password, secret key,
digital certificate, and fingerprint.