Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Rectify typographical inaccuracies #504

Merged
merged 9 commits into from
Oct 21, 2024
Merged
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
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