diff --git a/public/assets/scripts/dash/app/controllers/PageEditor.js b/public/assets/scripts/dash/app/controllers/PageEditor.js index 5706b68..3778bdc 100644 --- a/public/assets/scripts/dash/app/controllers/PageEditor.js +++ b/public/assets/scripts/dash/app/controllers/PageEditor.js @@ -16,7 +16,7 @@ export default class PostEditor { //-------------------------- // constructor //-------------------------- - //RECTOR: This file is getting too big and needs to be rethought out + //REFACTOR: This file is getting too big and needs to be rethought out constructor() { this.processing = false; this.textSelected = false;