Skip to content

Commit

Permalink
setting -> settings
Browse files Browse the repository at this point in the history
  • Loading branch information
adamziel authored Oct 1, 2024
1 parent 73cc047 commit 5acd0d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function StartSimilarSiteButton({
{children(() => setModalOpen(true))}
{isModalOpen && (
<Modal
title="Edit Playground setting"
title="Edit Playground settings"
onRequestClose={() => setModalOpen(false)}
>
<SiteSettingsForm
Expand Down

0 comments on commit 5acd0d7

Please sign in to comment.