Skip to content

Commit 9b8194f

Browse files
committed
Fix documentation inconsistency
1 parent 144fff7 commit 9b8194f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/GETTING_STARTED.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ await server.register({
103103
* Options that DXT uses to render Nunjucks templates
104104
*/
105105
nunjucks: {
106-
basePageLayout: 'your-base-layout.html', // the base page layout. Usually based off https://design-system.service.gov.uk/styles/page-template/
107-
viewPaths // list of directories DXT should use to render your views. Must contain basePageLayout.
106+
baseLayoutPath: 'your-base-layout.html', // the base page layout. Usually based off https://design-system.service.gov.uk/styles/page-template/
107+
viewPaths // list of directories DXT should use to render your views. Must contain baseLayoutPath.
108108
},
109109
/**
110110
* Services is what DXT uses to interact with external APIs

0 commit comments

Comments
 (0)