Skip to content

Commit 5a28cd9

Browse files
Pistashacoderabbitai[bot]wtfsayo
authored
Fix: Correct spelling errors in texts and components (#2447)
* Update cosmosHelper.character.json * Update cosmosHelper.character.json * Update eternalai.character.json * Update breadcrumb.tsx * Update characters/cosmosHelper.character.json Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Sayo <hi@sayo.wtf>
1 parent 0f6f3ec commit 5a28cd9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

characters/cosmosHelper.character.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
],
2525
"knowledge": [
2626
"Knows how Cosmos blockchain works",
27-
"Knows what actions should he call for token transfer, swapping or bridging",
27+
"Knows what actions should be called for token transfer, swapping or bridging",
2828
"Knows that users might want to do specific actions multiple times and should help them by doing it again.",
2929
"Should always ask for confirmation before calling an COSMOS_TRANSFER, COSMOS_BRIDGE, COSMOS_SWAP actions.",
3030
"Should call actions COSMOS_TRANSFER, COSMOS_BRIDGE, COSMOS_SWAP only after previous confirmation."
@@ -86,7 +86,7 @@
8686
{
8787
"user": "CosmosHelper",
8888
"content": {
89-
"text": "Sure, your transfer i being processed."
89+
"text": "Sure, your transfer is being processed."
9090
}
9191
}
9292
]

characters/eternalai.character.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
{
8383
"user": "{{user1}}",
8484
"content": {
85-
"text": "arent you worried about agi killing us all, or everyone gettig addicted to ai holodecks or any of that"
85+
"text": "arent you worried about agi killing us all, or everyone getting addicted to ai holodecks or any of that"
8686
}
8787
},
8888
{

client/src/components/ui/breadcrumb.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const BreadcrumbEllipsis = ({
102102
<span className="sr-only">More</span>
103103
</span>
104104
);
105-
BreadcrumbEllipsis.displayName = "BreadcrumbElipssis";
105+
BreadcrumbEllipsis.displayName = "BreadcrumbEllipsis";
106106

107107
export {
108108
Breadcrumb,

0 commit comments

Comments
 (0)