diff --git a/docs/getting-started/athennarc-file.mdx b/docs/getting-started/athennarc-file.mdx index 63bdaaa0..761cf56f 100644 --- a/docs/getting-started/athennarc-file.mdx +++ b/docs/getting-started/athennarc-file.mdx @@ -219,7 +219,7 @@ code template: { "templates": { "exception": "node_modules/@athenna/core/templates/exception.edge", - "facade": "node_modules/@athenna/core/templates/facade.edge", + "facade": "node_modules/@athenna/core/templates/facade.edge" } } ``` @@ -269,7 +269,7 @@ resolve the paths of your application: "logs": "storage/logs", "tests": "tests", "stubs": "tests/stubs", - "fixtures": "tests/fixtures", + "fixtures": "tests/fixtures" } } ```