Skip to content
New issue

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

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

Already on GitHub? # to your account

fix: typos in documentation files #3630

Closed
wants to merge 4 commits into from
Closed
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 packages/plugin-injective/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ import { InjectiveActions } from '@elizaos/plugin-injective';
```

## Contributing
Feel free to contribute to more similes, examples and refined templates - for a more robust action contorl.
Feel free to contribute to more similes, examples and refined templates - for a more robust action control.

1. Fork the repository
2. Create your feature branch
Expand All @@ -173,4 +173,4 @@ Feel free to contribute to more similes, examples and refined templates - for a

## License

ISC
ISC
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ export async function getClaimReferences(
return createErrorResponse("getClaimReferencesError", err);
}
}
// All these fucntions from here on out broadcasts messages to the chain.
// All these functions from here on out broadcasts messages to the chain.
export async function subscribeLaunchpad(
this: InjectiveGrpcBase,
params: MitoTypes.GetLaunchpadSubscribeParams
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-multiversx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The plugin requires environment variables or runtime settings:
```env
MVX_PRIVATE_KEY=your-wallet-private-key
MVX_NETWORK=devnet # mainnet, devnet, or testnet
ACCESS_TOKEN_MANAGEMENT_TO=everyone # you can put an userid to limit token managament to one user only (use same id as in the database)
ACCESS_TOKEN_MANAGEMENT_TO=everyone # you can put an userid to limit token management to one user only (use same id as in the database)
```

## Usage
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const createPoolSetInitialExchangeRateQuery = gql`
${createPoolSetInitialExchangeRateString}
`;

// 6. Add Liquidity (Optionnal)
// 6. Add Liquidity (Optional)
const createPoolAddLiquidityString = `
query createPoolAddLiquidity($tolerance: Float!, $pairAddress: String!, $tokens: [InputTokenModel!]!) {
addLiquidityBatch(tokens: $tokens, tolerance: $tolerance, pairAddress: $pairAddress) {
Expand Down
Loading