Skip to content

Commit bbac4df

Browse files
authored
Update customizations.rst (#1100)
Fix minor sentence semantic errors.
1 parent f3bd2e0 commit bbac4df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/customizations.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ To add other hosts into the allow list (for example compute nodes) add the confi
530530

531531
This configuration is expected to be a colon (:) separated list of GLOBs.
532532

533-
Here's an example of of this configuration with three such GLOBs that allow for shell
533+
Here's an example of this configuration with three such GLOBs that allow for shell
534534
access into any compute node in our three clusters.
535535

536536
.. code:: shell
@@ -569,7 +569,7 @@ for (in milliseconds) before being closed. It defaults to 300000 milliseconds (5
569569

570570
``OOD_SHELL_MAX_DURATION_MS`` controls how long a connection can exist regardless
571571
of activity (in milliseconds). After this duration, the connection will be closed
572-
regardless of activity. It's default is 3600000 milliseconds (1 hour).
572+
regardless of activity. Its default is 3600000 milliseconds (1 hour).
573573

574574
.. code:: shell
575575
@@ -588,7 +588,7 @@ As of version 2.1 you are allowed to configure a non-standard ssh port.
588588
To change the ssh port for submitting jobs in OOD, you need to add the configuration
589589
``OOD_SSH_PORT`` to the ``/etc/ood/config/apps/dashboard/env`` file.
590590

591-
Here's an example of of this configuration.
591+
Here's an example of this configuration.
592592

593593
.. code:: shell
594594

0 commit comments

Comments
 (0)