@@ -132,7 +132,7 @@ |
||
| 132 | 132 | $this->options = array_merge([ |
| 133 | 133 | 'drafts' => false, // build drafts or not |
| 134 | 134 | 'dry-run' => false, // if dry-run is true, generated files are not saved |
| 135 | - 'page' => '', // specific page to build |
|
| 135 | + 'page' => '', // specific page to build |
|
| 136 | 136 | ], $options); |
| 137 | 137 | |
| 138 | 138 | // process each step |