Skip to content

Commit

Permalink
build: typo in type definition generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Jan 18, 2018
1 parent c58cefe commit 3a72688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-types.js
Expand Up @@ -6,7 +6,7 @@ const {join: pathJoin} = require('path')
const debug = require('debug')('octokit:rest')
const Mustache = require('mustache')
const upperFirst = require('lodash/upperFirst')
const camelcase = require('lodash/camelcase')
const camelcase = require('lodash/camelCase')

const ROUTES = require('../lib/routes.json')

Expand Down

0 comments on commit 3a72688

Please sign in to comment.