Skip to content

Commit

Permalink
chore: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyentoanit committed Mar 5, 2021
1 parent d9b4160 commit d8f42e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function generateModel(model: GithubObject) {
// TODO: run scripts to generate models
}

async function genrateModels() {
async function generateModels() {
const modelFolders = await fetchContentsByPath()
const modelPromises = modelFolders.map((modelFolder) =>
fetchContentsByPath(modelFolder.path).then((models) =>
Expand All @@ -50,4 +50,4 @@ async function genrateModels() {
// TODO: export models into src/index.ts and commit files
}

export default series(genrateModels)
export default series(generateModels)

0 comments on commit d8f42e7

Please sign in to comment.