We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa2c0e commit 8bb9e26Copy full SHA for 8bb9e26
docs/v2/docs/tutorials/airflow_tutorial/index.mdx
@@ -42,7 +42,7 @@ Before you begin, make sure you have installed:
42
43
## Get and start Marquez {#get-marquez}
44
45
-1. To checkout the Marquez source code, run:
+1. To check out the Marquez source code, run:
46
47
<Tabs groupId="os">
48
<TabItem value="macos" label="MacOS/Linux">
@@ -223,7 +223,7 @@ Before you begin, make sure you have installed:
223
224
```
225
226
-7. Add another DAG that updates (and then drops) the Postgres table:
+7. Add another DAG that updates and then drops the Postgres table:
227
228
```py
229
from __future__ import annotations
0 commit comments