Skip to content

Commit

Permalink
Fix typos (#5571)
Browse files Browse the repository at this point in the history
Signed-off-by: omahs <[email protected]>
  • Loading branch information
omahs authored Jul 23, 2024
1 parent 02a0d2e commit 71779b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Flyte components are separated into 3 logical planes. The planes are summarized
| | It stores information such as current and past running workflows, and provides that information upon request. |
| | It also accepts requests to execute workflows, but offloads the work to the Data Plane. |
+-------------------+---------------------------------------------------------------------------------------------------------------+
| **Data Plane** | The sole responsibility of the the Data Plane is to fulfill workflows. |
| **Data Plane** | The sole responsibility of the Data Plane is to fulfill workflows. |
| | It accepts workflow requests from the Control Plane and guides the workflow to completion, |
| | launching tasks on a cluster of machines as necessary based on the workflow graph. |
| | It sends status events back to the control plane so the information can be stored and surfaced to end-users. |
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/configuration/monitoring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ This is especially true if you plan to use the Service Monitors provided by the
.. note::

By default, the ``ServiceMonitor`` is configured with a ``scrapeTimeout`` of 30s and and ``interval`` of 60s. You can customize these values if needed.
By default, the ``ServiceMonitor`` is configured with a ``scrapeTimeout`` of 30s and ``interval`` of 60s. You can customize these values if needed.

With the above configuration in place you should be able to import the dashboards in your Grafana instance.

2 changes: 1 addition & 1 deletion flytectl/docs/source/gen/flytectl_update_project.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 71779b3

Please sign in to comment.