Skip to content

Commit 8ba132d

Browse files
authored
Update comment of getContentArea
1 parent bef12b1 commit 8ba132d

File tree

1 file changed

+1
-1
lines changed
  • src/content-helper/dashboard-page/pages/traffic-boost/preview

1 file changed

+1
-1
lines changed

src/content-helper/dashboard-page/pages/traffic-boost/preview/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const PARSELY_PREVIEW_MARKER_CLASS = 'wp-parsely-preview-marker';
4444
* @return {Element | null} The content area element or null if not found.
4545
*/
4646
export const getContentArea = ( document: Document ): Element | null => {
47-
// Get the content area by checking for the PARSELY_PREVIEW_MARKER_CLASS first.
47+
// Get the content area by checking for the PARSELY_PREVIEW_MARKER_CLASS.
4848
const contentArea = document.querySelector( `.${ PARSELY_PREVIEW_MARKER_CLASS }` );
4949
if ( ! contentArea ) {
5050
return null;

0 commit comments

Comments
 (0)