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