Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abhidg committed Jul 5, 2024
1 parent 4191d3c commit ec9f94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ quantity of hardware the job using. This information is provided by
adding a section ``profiles`` to the :ref:`cats YAML configuration
file <configuration-file>`.

You can define an arbitraty number of profiles as subsection of the
You can define an arbitrary number of profiles as subsection of the
top-level ``profiles`` section:

.. literalinclude :: ../../cats/config.yml
Expand Down Expand Up @@ -106,6 +106,6 @@ at the command line:
--profile my_gpu_profile --gpu 4 --cpu 1
.. warning::
The ``--profile`` option is optional. Is not provided, ``cats`` uses the
The ``--profile`` option is optional. If not provided, ``cats`` uses the
first profile defined in the configuration file as the default
profile.

0 comments on commit ec9f94d

Please sign in to comment.