Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Oct 25, 2022
1 parent c53f678 commit 9921c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function EditSiteApp( { reboot, homeTemplate } ) {
{ ( { params } ) => {
const isListPage = getIsListPage( params );

// The existence of `'front-page` supersedes very other settings.
// The existence of a 'front-page' supersedes every other setting.
const homeTemplateType =
params.postId?.includes( 'front-page' ) ||
params.postId === homeTemplate?.postId
Expand Down

0 comments on commit 9921c2d

Please sign in to comment.