diff --git a/src/components/aside/extensions/types/types.js b/src/components/aside/extensions/types/types.js index 0bf28b4f7e..24afb7dfa3 100644 --- a/src/components/aside/extensions/types/types.js +++ b/src/components/aside/extensions/types/types.js @@ -1,7 +1,7 @@ import {Aside} from '../../aside'; -// TODO figure out if we can make all of these bindings (eg content's transform is bound to -// aside component's `transform` propety +// TODO figure out if we can make all of these bindings (eg can we make it so content's transform is bound to +// aside component's `transform` property?) class AsideBaseType { constructor(aside: Aside) { this.aside = aside;