From 1f22f76a81df3a0f5065c47c6b3d21db6440f322 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Thu, 24 Mar 2022 09:46:05 -0500 Subject: [PATCH] docs: fix typo in Elm config docs --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index 4012c44f..c67dc681 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -1116,7 +1116,7 @@ By default the module will be shown if any of the following conditions are met: - The current directory contains a `elm-package.json` file - The current directory contains a `.elm-version` file - The current directory contains a `elm-stuff` folder -- The current directory contains a `*.elm` files +- The current directory contains `*.elm` files ### Options