Skip to content

Commit 8bb9e26

Browse files
committed
Misc minor fixes in tutorial.
Signed-off-by: merobi-hub <[email protected]>
1 parent 8aa2c0e commit 8bb9e26

File tree

1 file changed

+2
-2
lines changed
  • docs/v2/docs/tutorials/airflow_tutorial

1 file changed

+2
-2
lines changed

docs/v2/docs/tutorials/airflow_tutorial/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Before you begin, make sure you have installed:
4242

4343
## Get and start Marquez {#get-marquez}
4444

45-
1. To checkout the Marquez source code, run:
45+
1. To check out the Marquez source code, run:
4646

4747
<Tabs groupId="os">
4848
<TabItem value="macos" label="MacOS/Linux">
@@ -223,7 +223,7 @@ Before you begin, make sure you have installed:
223223

224224
```
225225

226-
7. Add another DAG that updates (and then drops) the Postgres table:
226+
7. Add another DAG that updates and then drops the Postgres table:
227227

228228
```py
229229
from __future__ import annotations

0 commit comments

Comments
 (0)