From b9601d5936f017e0787be40a3057eda1c31efed1 Mon Sep 17 00:00:00 2001 From: Zach Daniel Date: Sat, 19 Aug 2023 19:27:02 -0400 Subject: [PATCH] docs: fix docs formatting --- documentation/tutorials/get-started-with-double-entry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/tutorials/get-started-with-double-entry.md b/documentation/tutorials/get-started-with-double-entry.md index c047782..124d20b 100644 --- a/documentation/tutorials/get-started-with-double-entry.md +++ b/documentation/tutorials/get-started-with-double-entry.md @@ -171,7 +171,7 @@ end And add the API to your config -`config :your_app, ash_apis: [..., YourApp.Ledger] +`config :your_app, ash_apis: [..., YourApp.Ledger]` ### Generate Migrations