Skip to content
This repository has been archived by the owner on Jan 20, 2023. It is now read-only.

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ulivz committed Apr 5, 2019
1 parent 6737a85 commit 2a0b86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -183,7 +183,7 @@ module.exports = (opts, ctx) => {
/**
* Infer title, forked from VuePress.
*/
function interTitle(frontmatter, strippedContent) {
function inferTitle(frontmatter, strippedContent) {
if (frontmatter.home) {
return 'Home';
}
Expand Down

0 comments on commit 2a0b86b

Please sign in to comment.