From ba9e116b5e08c35895541665d102169e0eaa6c1d Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sat, 17 Aug 2024 03:03:54 +0300 Subject: [PATCH] Fixed typo in quickstart-tezos (#1088) --- docs/0.quickstart-tezos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/0.quickstart-tezos.md b/docs/0.quickstart-tezos.md index 297361ae7..bab4cda41 100644 --- a/docs/0.quickstart-tezos.md +++ b/docs/0.quickstart-tezos.md @@ -39,7 +39,7 @@ Follow the instructions; the project will be created in the new directory. ## Write a configuration file -In the project root, you'll find a file named `dipdup.yaml`. It's the main configuration file of your indexer. We will discuss it in detail in the [Config](1.getting-started/3.config.md) section; now it has the following cox1ntent: +In the project root, you'll find a file named `dipdup.yaml`. It's the main configuration file of your indexer. We will discuss it in detail in the [Config](1.getting-started/3.config.md) section; now it has the following content: ```yaml [dipdup.yaml] {{ #include ../src/demo_tezos_token/dipdup.yaml }}