Skip to content

Commit fe8f5f7

Browse files
authored
chore: fix spell errors (#2909)
* fix typo README.md * fix typos createToken.ts * fix typo submitVoteAction.ts * fix typo README.md * fix typo README.md * fix typo README.md
1 parent c15f4c4 commit fe8f5f7

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

packages/plugin-intiface/intiface-engine/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ For example, to run the server on websockets at port 12345 with bluetooth device
5454
## Compiling
5555

5656
Linux will have extra compilation dependency requirements via
57-
[buttplug-rs](https://github.com/buttplugio/buttplug-rs). For pacakges required,
57+
[buttplug-rs](https://github.com/buttplugio/buttplug-rs). For packages required,
5858
please check there.
5959

6060
## Contributing

packages/plugin-mind-network/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The [Mind Network](https://www.mindnetwork.xyz/) plugin empowers users to partic
1515

1616
## Installation
1717

18-
Depedency for the plugin:
18+
Dependency for the plugin:
1919
- [mind-randgen-sdk](https://github.com/mind-network/mind-sdk-randgen-ts)
2020
- [mind-sdk-hubs](https://github.com/mind-network/mind-sdk-hubs-ts)
2121
- [elizaos](https://github.com/elizaOS/eliza)
@@ -111,8 +111,8 @@ character_trump: Your vote has been submitted successfully.
111111

112112
## Contributing & License
113113

114-
This plugin is part of the [Eliza project](https://github.com/elizaos/eliza). For details on contributing and licensing, please refer to the main project repository. [Mind Network](https://www.mindnetwork.xyz/) welcomes contribution and collabration.
114+
This plugin is part of the [Eliza project](https://github.com/elizaos/eliza). For details on contributing and licensing, please refer to the main project repository. [Mind Network](https://www.mindnetwork.xyz/) welcomes contribution and collaboration.
115115

116116
## Support
117117

118-
If you have any queries, please feel free to contact Mind Team via [Discord](https://discord.com/invite/UYj94MJdGJ) or [Twitter](https://x.com/mindnetwork_xyz).
118+
If you have any queries, please feel free to contact Mind Team via [Discord](https://discord.com/invite/UYj94MJdGJ) or [Twitter](https://x.com/mindnetwork_xyz).

packages/plugin-mind-network/src/actions/submitVoteAction.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const submitVoteAction: Action = {
9393
{
9494
user: "{{agent}}",
9595
content: {
96-
text: "Vote has been sumitted successfully!",
96+
text: "Vote has been submitted successfully!",
9797
},
9898
},
9999
], [
@@ -118,4 +118,4 @@ export const submitVoteAction: Action = {
118118
},
119119
],
120120
] as ActionExample[][],
121-
};
121+
};

packages/plugin-multiversx/src/actions/createToken.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default {
157157
{
158158
user: "{{user2}}",
159159
content: {
160-
text: "Succesfully created token.",
160+
text: "Successfully created token.",
161161
},
162162
},
163163
],
@@ -172,7 +172,7 @@ export default {
172172
{
173173
user: "{{user2}}",
174174
content: {
175-
text: "Succesfully created token.",
175+
text: "Successfully created token.",
176176
},
177177
},
178178
],

packages/plugin-opacity/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ console.log("Proof is valid:", isValid);
6666
## Features
6767

6868
- Implements `IVerifiableInferenceAdapter` interface for standardized verifiable inference
69-
- Support for multiple AI model provider, in the future may be expanded to accomdate for all gateways [supported by CloudFlare](https://developers.cloudflare.com/ai-gateway/providers/)
69+
- Support for multiple AI model provider, in the future may be expanded to accommodate for all gateways [supported by CloudFlare](https://developers.cloudflare.com/ai-gateway/providers/)
7070
- Customizable options for each request
7171
- Built-in proof verification
7272

0 commit comments

Comments
 (0)