Skip to content

Commit

Permalink
feat: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mattverse committed Apr 22, 2024
1 parent 5ae1ca4 commit 19a9760
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/beaker/config/workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* **`branch`** : String

>
> Brance of the repo to be used as template
> Branch of the repo to be used as template
>
Expand Down
2 changes: 1 addition & 1 deletion docs/osmosis-core/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion docs/osmosis-core/guides/structure/arb.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions docs/osmosis-core/modules/superfluid/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/osmosis-outpost/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
2 changes: 1 addition & 1 deletion docs/overview/integrate/registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion static/api/LCD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19a9760

Please sign in to comment.