From 3c6ee21b405617da90a58edbeff7c7f4221d010a Mon Sep 17 00:00:00 2001 From: Mo Kweon Date: Tue, 30 Jan 2024 13:14:02 -0800 Subject: [PATCH] fix: a typo in docs/configuration.md --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 6da737d6b4..4edc2c7936 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -113,7 +113,7 @@ E.g., it still does not work, or you want to fine-tune the configuration. In that case, refer to the [hie-bios explicit configuration documentation](https://github.com/haskell/hie-bios#explicit-configuration). Keep in mind that you can start from the `hie.yaml` file generated by `implicit-hie` (see previous section) and modify it to your liking. -#### Examples of explicit `hie-yaml` configurations +#### Examples of explicit `hie.yaml` configurations ##### Basic Stack ```yaml