Skip to content

Commit

Permalink
Domains: Fix a typo in the copy-DNS suggestion (#61560)
Browse files Browse the repository at this point in the history
  • Loading branch information
jornp committed Mar 1, 2022
1 parent 75f9eba commit 76a5db2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export default function ConnectDomainStepSuggestedStart( {
<p>
{ createInterpolateElement(
__(
'If you have any email or services other than web hosting connected to this domain, we recommend you copy over your DNS records before proceeding with this setup to avoid distruptions. You can then start the setup again by going back to <em>Upgrades > Domains</em>.'
'If you have any email or services other than web hosting connected to this domain, we recommend you copy over your DNS records before proceeding with this setup to avoid disruptions. You can then start the setup again by going back to <em>Upgrades > Domains</em>.'
),
{
em: createElement( 'em' ),
Expand Down

0 comments on commit 76a5db2

Please sign in to comment.