diff --git a/docs/beaker/config/workspace.md b/docs/beaker/config/workspace.md index 32fe59744..7eda8af40 100644 --- a/docs/beaker/config/workspace.md +++ b/docs/beaker/config/workspace.md @@ -29,7 +29,7 @@ * **`branch`** : String > - > Brance of the repo to be used as template + > Branch of the repo to be used as template > diff --git a/docs/osmosis-core/contributing.md b/docs/osmosis-core/contributing.md index c5954e44c..40c201d58 100644 --- a/docs/osmosis-core/contributing.md +++ b/docs/osmosis-core/contributing.md @@ -80,4 +80,4 @@ For v6.x, and v4.x, most PRs to them should go to main and get a "backport" labe ### How to build proto files. (rm -rf vendor/ && make build-reproducible once docker is installed) -You can do rm -rf vendor and make build-reproducible to redownload all dependencies - this should pull the latest docker image of Osmo. You should also make sure to do make proto-all to auto-generate your protobuf files. Makes ure you have docker installed. If you get something like `W0503 22:16:30.068560 158 services.go:38] No HttpRule found for method: Msg.CreateBalancerPool` feel free to ignore that. Make sure to also do make all to run all the linting tests before you commit and push, as well as `gofmt`-ing the file you've modified or added to make sure everything still abides by the standards. +You can do rm -rf vendor and make build-reproducible to redownload all dependencies - this should pull the latest docker image of Osmo. You should also make sure to do make proto-all to auto-generate your protobuf files. Makes sure you have docker installed. If you get something like `W0503 22:16:30.068560 158 services.go:38] No HttpRule found for method: Msg.CreateBalancerPool` feel free to ignore that. Make sure to also do make all to run all the linting tests before you commit and push, as well as `gofmt`-ing the file you've modified or added to make sure everything still abides by the standards. diff --git a/docs/osmosis-core/guides/structure/arb.md b/docs/osmosis-core/guides/structure/arb.md index b19efc918..d102deffd 100644 --- a/docs/osmosis-core/guides/structure/arb.md +++ b/docs/osmosis-core/guides/structure/arb.md @@ -553,5 +553,5 @@ The result was 6 transfers, represented by the 6 `coin_received` and 6 `coin_spe These align precisely with the `coin_spent` and `coin_received` entries. -This specific transaction was an arbitrage transaction. With one exact swap in/out, the initator deposited 15000000uosmo and +This specific transaction was an arbitrage transaction. With one exact swap in/out, the initiator deposited 15000000uosmo and received 15003605uosmo, a gain of 3605uosmo. diff --git a/docs/osmosis-core/modules/superfluid/README.md b/docs/osmosis-core/modules/superfluid/README.md index e1c13497b..e281b821e 100644 --- a/docs/osmosis-core/modules/superfluid/README.md +++ b/docs/osmosis-core/modules/superfluid/README.md @@ -291,7 +291,7 @@ type MsgSuperfluidUndelegate struct { pair - Create a new `SyntheticLockup` which is unbonding - Calculate the amount of `Osmo` delegated on behalf of this `lock` as - `Osmo Equivalent Multipler` \* `# LP Shares` \* + `Osmo Equivalent Multiplier` \* `# LP Shares` \* `Risk Adjustment Factor` - If this amount is less than 0.000001 `Osmo`, there is no delegated `Osmo` to undelegate and burn @@ -373,7 +373,7 @@ Overall Epoch sequence - (Currently spot price at epoch) - Refresh delegation amounts for all `Intermediary Accounts` - Calculate the expected delegation for this account as - `Osmo Equivalent Multipler` _`# LP Shares`_ + `Osmo Equivalent Multiplier` _`# LP Shares`_ `Risk adjustment` - If this is less than 0.000001 `Osmo` it will be rounded to 0 diff --git a/docs/osmosis-outpost/faq.md b/docs/osmosis-outpost/faq.md index febc88501..6b05d439a 100644 --- a/docs/osmosis-outpost/faq.md +++ b/docs/osmosis-outpost/faq.md @@ -31,7 +31,7 @@ sub-operations, or sub-swaps, maybe passing through the OSMO token. ### Not allowed If you want to perform a swap but the swap button is disabled and says -"Not allowd", this means that you denied the connection of the dApp to one of +"Not allowed", this means that you denied the connection of the dApp to one of the chains involved in the swap operations. You can allow/deny such permissions directly through your wallet (e.g., keplr). diff --git a/docs/overview/integrate/registration.md b/docs/overview/integrate/registration.md index c238d44fd..74d9a3cc7 100644 --- a/docs/overview/integrate/registration.md +++ b/docs/overview/integrate/registration.md @@ -177,4 +177,4 @@ The Osmosis Labs' Assetlist Registry is used to serve asset metadata displayed o ## Step 3 (optional): Complete the Asset Integration -To create an ideal user experience when interacting with an Asset on Osmosios Zone, it is best to ensure that all metadata is registered, dependend data sources have all data about the asset, and that there is sufficient and efficient liquidity of the asset on Osmosis. See [LISTING.md](https://github.com/osmosis-labs/assetlists/blob/main/LISTING.md) for details. +To create an ideal user experience when interacting with an Asset on Osmosios Zone, it is best to ensure that all metadata is registered, dependent data sources have all data about the asset, and that there is sufficient and efficient liquidity of the asset on Osmosis. See [LISTING.md](https://github.com/osmosis-labs/assetlists/blob/main/LISTING.md) for details. diff --git a/static/api/LCD.yaml b/static/api/LCD.yaml index 4fd8f209b..1a1d32ed8 100644 --- a/static/api/LCD.yaml +++ b/static/api/LCD.yaml @@ -24093,7 +24093,7 @@ paths: schema: format: uint64 type: string - - description: voter defines the oter address for the proposals. + - description: voter defines the other address for the proposals. in: path name: voter required: true