Browse Source

Fix typo in example

Samy Pessé 10 years ago
parent
commit
112f36c40d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      index.js

+ 1 - 1
index.js

@@ -42,7 +42,7 @@ module.exports = {
             // page.content is a list of parsed sections
 
             // Example:
-            //page.content..unshift({type: "normal", content: "<h1>Title</h1>"})
+            //page.content.unshift({type: "normal", content: "<h1>Title</h1>"})
 
             return page;
         },