From a4c7e3ec91e9fbdde7b50b2f427f86d08e685907 Mon Sep 17 00:00:00 2001 From: De Wet Blomerus Date: Fri, 22 Sep 2023 23:13:17 -0400 Subject: [PATCH] =?UTF-8?q?It=20is=20a=20list=20=E2=9B=93=EF=B8=8F=20(#703?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- documentation/tutorials/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/tutorials/get-started.md b/documentation/tutorials/get-started.md index c725ceb0..ea264f06 100644 --- a/documentation/tutorials/get-started.md +++ b/documentation/tutorials/get-started.md @@ -96,7 +96,7 @@ Add `:ash` to your `.formatter.exs` file ```elixir # Used by "mix format" [ - import_deps: [:ash], # <-- add this line, if you have more import_deps, just add it within the array + import_deps: [:ash], # <-- add this line, if you have more import_deps, just add it within the list inputs: [ "{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"