fixing typo on line 19

- `pagination_path` to `paginate_path`
This commit is contained in:
Rafael Picanço 2015-06-04 17:37:24 -03:00
parent 2c0a535801
commit 37f373fd38
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ and folders you need for paginated listings.
your Jekyll site. Pagination works when called from within the HTML your Jekyll site. Pagination works when called from within the HTML
file, named <code>index.html</code>, which optionally may reside in and file, named <code>index.html</code>, which optionally may reside in and
produce pagination from within a subdirectory, via the produce pagination from within a subdirectory, via the
<code>pagination_path</code> configuration value. <code>paginate_path</code> configuration value.
</p> </p>
</div> </div>