diff --git a/platform/features/layout/src/FixedController.js b/platform/features/layout/src/FixedController.js index bafec635c0..f5ab2dfc91 100644 --- a/platform/features/layout/src/FixedController.js +++ b/platform/features/layout/src/FixedController.js @@ -171,7 +171,7 @@ define( if (self.selectedElementProxy) { // Update the selected element with the new - // value since newDomainOject is mutated.fde + // value since newDomainOject is mutated. self.selectedElementProxy.element = elements[index]; } refreshElements();