Skip to content

Commit ca21204

Browse files
committed
bugfix: fixes typo
1 parent 578baab commit ca21204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function onCreateNode({ node, boundActionCreators, loadNodeContent }) {
2323
parent: node.id,
2424
internal: {
2525
contentDigest,
26-
type: _.upperFirst(_.camelCase(`${nodeDir}Yaml`)),
26+
type: _.upperFirst(_.camelCase(`${nodeDir} Yaml`)),
2727
},
2828
};
2929

0 commit comments

Comments
 (0)