Skip to content
This repository has been archived by the owner on Feb 6, 2022. It is now read-only.

Commit

Permalink
Merge pull request #82 from NorthernOceanS/issue80
Browse files Browse the repository at this point in the history
Fix a spelling error.
  • Loading branch information
callstackexceed committed Jul 27, 2021
2 parents b63f025 + 977b806 commit 5129b55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packs/behaviors/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"version": [
0,
13,
14
15
]
},
"modules": [
Expand Down
2 changes: 1 addition & 1 deletion packs/behaviors/scripts/plugin/nc/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ let createLineGenerator = canonicalGeneratorFactory({
}
})

createLineGenerator.addPosition = function () {
createLineGenerator.onAddPosition = function () {
let { state, position, runtime } = e;
if (state.doAcceptNewPosition) {
let indexOfVacancy = state.positions.indexOf(undefined)
Expand Down

0 comments on commit 5129b55

Please sign in to comment.