Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/docs/pages/components/deposit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const App = () => {

{/* ## AssetsProvider

The `AssetsProvider` component provides data and management around user assets. You can pacakge this component as needed.*/}
The `AssetsProvider` component provides data and management around user assets. You can package this component as needed.*/}

## APIs

Expand Down
4 changes: 2 additions & 2 deletions apps/docs/pages/components/theming.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ If you want to modify the style of a specific component, you can use the id sele
| orderly-order-entry-confirm-button | order | Order entry - confirm button |
| orderly-position-cell-limit-close-button | positions | Position - limit close button |
| orderly-position-cell-mark-close-button | positions | Position - market close button |
| orderly-pending-cell-edit-button | peding orders | Edit pending order button |
| orderly-pending-cell-cancel-button | peding orders | Cancel pending order button |
| orderly-pending-cell-edit-button | pending orders | Edit pending order button |
| orderly-pending-cell-cancel-button | pending orders | Cancel pending order button |
| orderly-bottom-nav-bar-connect-button | bottom-nav-bar | bottom bar connect wallet button |

## appIcons
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/pages/components/trading.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import Image from "next/image";
The following components must be used when using `TradingPage`:

- `OrderlyAppProvider`- for global settings, state managements, `Account` instance etc.
- Wallet connection components - for connecting and managing wallet conenctions. You can use your own wallet connection components, or use the `ConenctorProvider` compoenent within `@orderly.network/web3-onboard`. For more details, please see [this page](/components/wallet).
- Wallet connection components - for connecting and managing wallet connections. You can use your own wallet connection components, or use the `ConenctorProvider` compoenent within `@orderly.network/web3-onboard`. For more details, please see [this page](/components/wallet).

```typescript
import { TradingPage, OrderlyAppProvider } from "@orderly.network/react";
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/pages/docs/hooks/request.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const { data: orders } = usePrivateInfiniteQuery(
determining `GET` vs `POST` through a parameter?**
<ul className="list-disc">
<li>
Single responsibility principle: A function should only be responisble for
Single responsibility principle: A function should only be responsible for
one thing.
</li>
<li>
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/pages/docs/hooks/withdraw.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

### Available Balance

`availableBalance` - The available balance of the account, which is equal to the amount that can be withdrawn after settling all oustanding unsettled PnL.
`availableBalance` - The available balance of the account, which is equal to the amount that can be withdrawn after settling all outstanding unsettled PnL.


### Unsettled PnL
Expand Down