Skip to content

Commit

Permalink
fix: add 'and' before 'etc'
Browse files Browse the repository at this point in the history
  • Loading branch information
why-arong committed Jul 16, 2024
1 parent 3832d1f commit 200cd4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/computing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Interactive compute session
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Interactive compute sessions are used to run various interactive applications and development tools,
such as Jupyter Notebooks, web-based terminals, etc.
such as Jupyter Notebooks, web-based terminals, and etc.
It is expected that the users control their lifecycles (e.g., terminating them)
while Backend.AI offers configuration knobs for the administrators to set idle timeouts with various criteria.

Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Local config
^^^^^^^^^^^^

Each service component has a `TOML <https://toml.io/en/>`_-based local configuration.
It defines node-specific configurations such as the agent name, the resource group where it belongs, specific system limits, the IP address and the TCP port(s) to bind their service traffic, etc.
It defines node-specific configurations such as the agent name, the resource group where it belongs, specific system limits, the IP address and the TCP port(s) to bind their service traffic, and etc.

The configuration files are named after the service components, like ``manager.toml``, ``agent.toml``, and ``storage-proxy.toml``.
The search paths are: the current working directory, ``~/.config/backend.ai``, and ``/etc/backend.ai``.
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Dashboard (Enterprise only)
~~~~~~~~~~~~~~~~~~~~~~~~~~~

Backend.AI Dashboard is an add-on service that displays various real-time and historical performance metrics.
The metrics include the number of sessions, cluster power usage, GPU utilization, etc.
The metrics include the number of sessions, cluster power usage, GPU utilization, and etc.

Alerts (Enterprise only)
~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 200cd4d

Please sign in to comment.