diff --git a/core/modules/quickedit/js/quickedit.js b/core/modules/quickedit/js/quickedit.js index 9a72fc0..e1954de 100644 --- a/core/modules/quickedit/js/quickedit.js +++ b/core/modules/quickedit/js/quickedit.js @@ -270,8 +270,8 @@ var entityElement = $(fieldElement).closest(entityElementSelector); // In the case of a full entity view page, the entity title is rendered // outside of "the entity DOM node": it's rendered as the page title. So in - // this case, we find the main of the page and uses it as full entitty - // ancestor. + // this case, we find the main element of the page and use it as a full + // entity ancestor. if (entityElement.length === 0) { // entityElement = $('main').find(entityElementSelector); entityElement = $('main[role="main"]').find(entityElementSelector);