Skip to content

Commit

Permalink
Merge pull request #13581 from scooooooooby/patch-1
Browse files Browse the repository at this point in the history
Adds missing character in prop
  • Loading branch information
jonniebigodes authored Jan 8, 2021
2 parents 9b37d68 + 79911aa commit 5865ef2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ export default {

const Template = ({ propertyA, propertyB, ...rest }) => {
const someFunctionResult = someFunction(propertyA, propertyB);
return <YourComponent somePoperty={someFunctionResult} {...rest} />;
return <YourComponent someProperty={someFunctionResult} {...rest} />;
};
```
```

0 comments on commit 5865ef2

Please sign in to comment.