Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jondwillis committed Aug 14, 2021
1 parent b158242 commit 6446750
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
![GitHub Super-Linter](https://github.com/baofinance/ui/workflows/Lint%20Code%20Base/badge.svg)

# Polly Finance UI
This is the [pollyfinance.com](https://pollyfinanace.com) UI project.
This is the [pollyfinance.com](https://pollyfinance.com) UI project.

## Contributing
Please read through the [contribution guidelines](./CONTRIBUTING.md) for more information on
Expand Down
2 changes: 1 addition & 1 deletion src/views/Nest/components/IssueModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ const IssueModal: React.FC<IssueModalProps> = ({
<ModalTitle text={`Issue ${nestName}`} />
<ModalContent>
{
'Use WETH to mint your nest! Polly buys the underlying assets for you from Sushiswap, beacuse of that slippage might apply. Minting transactions send 5% more WETH to avoid unexpected errors, any unused WETH is returned.'
'Use WETH to mint your nest! Polly buys the underlying assets for you from Sushiswap. Slippage might apply. Minting transactions send 5% more WETH to avoid unexpected errors, any unused WETH is returned.'
}
<br />
<br />
Expand Down

0 comments on commit 6446750

Please sign in to comment.