Skip to content

Commit d8dba49

Browse files
author
Todd Jordan
committed
fix typo
1 parent dd88291 commit d8dba49

File tree

1 file changed

+1
-1
lines changed
  • app/controllers/project-version/modules

1 file changed

+1
-1
lines changed

app/controllers/project-version/modules/module.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default ClassController.extend({
2828
}),
2929

3030
functionHeadings: computed('model', function () {
31-
if (this.get('model.staticfunctinos')) {
31+
if (this.get('model.staticfunctions')) {
3232
return Object.keys(this.get('model.staticfunctions')).sort();
3333
}
3434
return {};

0 commit comments

Comments
 (0)