Skip to content

Commit

Permalink
Fix prerequisite typos in docs (#7424)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannkm committed Apr 13, 2022
1 parent 95aea0a commit 0e46052
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ In addition to using the `k8s_job_executor` to run each op in its own Kubernetes

In this section, we demonstrate how to extend the [previous Helm deployment guide](/deployment/guides/kubernetes/deploying-with-helm) to support that use case, by deploying a more complex configuration of Dagster, which utilizes the <PyObject module="dagster_celery_k8s" object="CeleryK8sRunLauncher" /> and <PyObject module="dagster_celery_k8s" object="celery_k8s_job_executor" />.

## Prerequsites
## Prerequisites

In addition to the [previous prerequisites](/deployment/guides/kubernetes/deploying-with-helm#prerequsites), we expect familiarity with \[Celery, a distributed task queue system]\(<https://docs.celeryq.dev/>).
In addition to the [previous prerequisites](/deployment/guides/kubernetes/deploying-with-helm#prerequisites), we expect familiarity with \[Celery, a distributed task queue system]\(<https://docs.celeryq.dev/>).

## Deployment Architecture

Expand Down

1 comment on commit 0e46052

@vercel
Copy link

@vercel vercel bot commented on 0e46052 Apr 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.