Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-odonovan committed Oct 3, 2023
1 parent b1e0337 commit a061e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Molecules/PostcodeLookup/PostcodeLookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ const fetchErrorHandler = () => {
enterManually
? 'Sorry, there appears to be a problem. Please enter your details manually.'
: (
<PostcodeLookup onSelect={school => alert(JSON.stringify(school, null, 2))} />
<PostcodeLookup onSelect={address => alert(JSON.stringify(address, null, 2))} />
)
```

0 comments on commit a061e7e

Please sign in to comment.