Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Jul 16, 2024
1 parent 6e07e34 commit 2fe7c7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function ConstraintListItem({ children, ...props }: ConstraintListItemProps) {
</Typography>
) : (
<Typography component="div" variant="body2" my={2}>
{`We searched Ordnance Survey MasterMap Highways for the Unique Street Reference Number of your property`}
{`We searched Ordnance Survey MasterMap Highways using the Unique Street Reference Number of your property`}
{usrn && ` (${usrn})`}
</Typography>
)}
Expand Down

0 comments on commit 2fe7c7a

Please sign in to comment.