Skip to content

Commit

Permalink
Capitalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
m-allanson committed Feb 8, 2018
1 parent 118ab9e commit d685018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby/cache-dir/api-runner-ssr.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const duplicatedApis = (pluginList, api) => {
return implementsApi // paths to dupes
}

// Run the specified api in any plugins that have implemented it
// Run the specified API in any plugins that have implemented it
const apiRunner = (api, args, defaultReturn) => {
if (!apis[api]) {
console.log(`This API doesn't exist`, api)
Expand Down

0 comments on commit d685018

Please sign in to comment.