diff options
Diffstat (limited to 'lib/api/encodePage.js')
-rw-r--r-- | lib/api/encodePage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/api/encodePage.js b/lib/api/encodePage.js index 98d7409..1f3a01b 100644 --- a/lib/api/encodePage.js +++ b/lib/api/encodePage.js @@ -21,7 +21,7 @@ function encodePage(output, page) { result.path = file.getPath(); result.rawPath = fs.resolve(result.path); - deprecate.field(output, 'page.section', result, 'sections', [ + deprecate.field(output, 'page.sections', result, 'sections', [ { content: result.content, type: 'normal' |