From d7a768152a6169e38b5628449a98f029b490a642 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sat, 6 Jul 2024 23:04:36 +0300 Subject: [PATCH 1/5] fix Account.md --- docs/Account.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Account.md b/docs/Account.md index f7065f6ed..6099209a8 100644 --- a/docs/Account.md +++ b/docs/Account.md @@ -382,7 +382,7 @@ Order is reduce-only ## cancelReason -If order was canceled, the reason for canncellation +If order was canceled, the reason for cancellation # SubaccountOrderResources @@ -407,4 +407,4 @@ Localization string key to display the status ## timeInForceStringKey -Localization string key to display the timeInForce \ No newline at end of file +Localization string key to display the timeInForce From ba39420415c46cd3a9b4002c3ab8b753703e34f6 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sat, 6 Jul 2024 23:04:58 +0300 Subject: [PATCH 2/5] fix AppStateMachine.md --- docs/AppStateMachine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AppStateMachine.md b/docs/AppStateMachine.md index 5aab47778..00c087b0a 100644 --- a/docs/AppStateMachine.md +++ b/docs/AppStateMachine.md @@ -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) From 24717164c3340e29749248c016fb6e5e0fb0036c Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sat, 6 Jul 2024 23:05:28 +0300 Subject: [PATCH 3/5] fix AppStateResponse.md --- docs/AppStateResponse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AppStateResponse.md b/docs/AppStateResponse.md index 30adfeb2d..b17c81d6e 100644 --- a/docs/AppStateResponse.md +++ b/docs/AppStateResponse.md @@ -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 From 32706df8e0a27d9bb8c3538f44b434bdc6031a3b Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Sat, 6 Jul 2024 23:08:04 +0300 Subject: [PATCH 4/5] fix README.md --- integration/iOS/Pods/CryptoSwift/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/iOS/Pods/CryptoSwift/README.md b/integration/iOS/Pods/CryptoSwift/README.md index 3e39e36d3..c78d3dec1 100644 --- a/integration/iOS/Pods/CryptoSwift/README.md +++ b/integration/iOS/Pods/CryptoSwift/README.md @@ -19,7 +19,7 @@ Crypto related functions and helpers for [Swift](https://swift.org) implemented It takes some time to keep it all for your convenience, so maybe spare $1, so I can keep working on that. There are more than 8000 clones daily. If I'd get $1/month from each company that uses my work here, I'd say we're even. Hurry up, find the [Sponsorship](https://github.com/users/krzyzanowskim/sponsorship) button, and fulfill your duty. -CryptoSwift isn't backed by any big company and is developer in my spare time that I also use to as a freelancer. +CryptoSwift isn't backed by any big company and is developed in my spare time that I also use to as a freelancer. [![Twitter](https://img.shields.io/badge/Twitter-@krzyzanowskim-blue.svg?style=flat)](http://twitter.com/krzyzanowskim) From dd51d2b0d32eb5d3b67d70057a1ec0a05976c935 Mon Sep 17 00:00:00 2001 From: Elias Rad <146735585+nnsW3@users.noreply.github.com> Date: Thu, 18 Jul 2024 10:41:43 +0300 Subject: [PATCH 5/5] Update README.md --- integration/iOS/Pods/CryptoSwift/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/iOS/Pods/CryptoSwift/README.md b/integration/iOS/Pods/CryptoSwift/README.md index c78d3dec1..3e39e36d3 100644 --- a/integration/iOS/Pods/CryptoSwift/README.md +++ b/integration/iOS/Pods/CryptoSwift/README.md @@ -19,7 +19,7 @@ Crypto related functions and helpers for [Swift](https://swift.org) implemented It takes some time to keep it all for your convenience, so maybe spare $1, so I can keep working on that. There are more than 8000 clones daily. If I'd get $1/month from each company that uses my work here, I'd say we're even. Hurry up, find the [Sponsorship](https://github.com/users/krzyzanowskim/sponsorship) button, and fulfill your duty. -CryptoSwift isn't backed by any big company and is developed in my spare time that I also use to as a freelancer. +CryptoSwift isn't backed by any big company and is developer in my spare time that I also use to as a freelancer. [![Twitter](https://img.shields.io/badge/Twitter-@krzyzanowskim-blue.svg?style=flat)](http://twitter.com/krzyzanowskim)