Skip to content

Commit 4660842

Browse files
Merge branch 'master' into release-1.1.13
2 parents 81aeb16 + 041c115 commit 4660842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gatsby-node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ exports.sourceNodes = async ({ actions }) => {
3535
createTypes(typeDefs);
3636

3737
const allSpecs =
38-
// crate endpoint smap
38+
// create endpoints map
3939
Object.keys(res.paths).map(async (path, i) => {
4040
// Create your node object
4141
const pathNode = {

0 commit comments

Comments
 (0)