From 2e908f488389b65754e2ed082ed32cfe2ed03e1a Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Mon, 14 Dec 2020 21:34:16 -0800 Subject: [PATCH] Fix typo in tutorial link (#1330) --- docs/tutorials/airbyte-config-persistence.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/airbyte-config-persistence.md b/docs/tutorials/airbyte-config-persistence.md index f383ce304b3..c5f847bc779 100644 --- a/docs/tutorials/airbyte-config-persistence.md +++ b/docs/tutorials/airbyte-config-persistence.md @@ -141,7 +141,7 @@ Back to this tutorial, commands shown below should work for both macOS and Linux Now let's first make a backup of the configuration state of your Airbyte instance by running the following commands. ```bash -TUTORIAL_DIR=$(pwd)/build/persitence-tutorial +TUTORIAL_DIR=$(pwd)/build/persistence-tutorial mkdir -p $TUTORIAL_DIR/my-setup docker cp airbyte-server:/data $TUTORIAL_DIR/my-setup