Skip to content

Commit

Permalink
docs: Rectify typographical inaccuracies (#504)
Browse files Browse the repository at this point in the history
Co-authored-by: mike-dydx <[email protected]>
  • Loading branch information
nnsW3 and mike-dydx authored Oct 21, 2024
1 parent 78a8794 commit 012e87a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/Account.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ Order is reduce-only

## cancelReason

If order was canceled, the reason for canncellation
If order was canceled, the reason for cancellation

# SubaccountOrderResources

Expand All @@ -417,4 +417,4 @@ Localization string key to display the status

## timeInForceStringKey

Localization string key to display the timeInForce
Localization string key to display the timeInForce
2 changes: 1 addition & 1 deletion docs/AppStateMachine.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Abacus supports both v3 and v4 environments, including production and testing en
let selections = appStateMachine.availableEnvironments()
selections returns an array of SelectionOption, which contains a value and a stringKey

FE apps should display a picker display the localized stringKey value. When user makes the selction, call
FE apps should display a picker display the localized stringKey value. When user makes the selection, call

let response = appStateMachine.setEnvironment(environment)
FE apps should handle the response, which has a type of [AppStateResponse](AppStateResponse.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/AppStateResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Note, state is immutable. When data changes, a new object is created. So you can

This applies to all child objects too.

For example, state has a wallet object. A market update may changes the marketsSummary object, but not the wallet object. In this case, you can check the pointer and update markets UI only, but not portfolio.
For example, state has a wallet object. A market update may changes the marketsSummary object, but not the wallet object. In this case, you can check the pointer and update markets UI only, but not the portfolio.

# changes

Expand Down

0 comments on commit 012e87a

Please sign in to comment.