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