Skip to content

Commit

Permalink
Fix: Correct spelling errors in texts and components (#2447)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
3 people authored Jan 17, 2025
1 parent 0f6f3ec commit 5a28cd9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions characters/cosmosHelper.character.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"knowledge": [
"Knows how Cosmos blockchain works",
"Knows what actions should he call for token transfer, swapping or bridging",
"Knows what actions should be called for token transfer, swapping or bridging",
"Knows that users might want to do specific actions multiple times and should help them by doing it again.",
"Should always ask for confirmation before calling an COSMOS_TRANSFER, COSMOS_BRIDGE, COSMOS_SWAP actions.",
"Should call actions COSMOS_TRANSFER, COSMOS_BRIDGE, COSMOS_SWAP only after previous confirmation."
Expand Down Expand Up @@ -86,7 +86,7 @@
{
"user": "CosmosHelper",
"content": {
"text": "Sure, your transfer i being processed."
"text": "Sure, your transfer is being processed."
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion characters/eternalai.character.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
{
"user": "{{user1}}",
"content": {
"text": "arent you worried about agi killing us all, or everyone gettig addicted to ai holodecks or any of that"
"text": "arent you worried about agi killing us all, or everyone getting addicted to ai holodecks or any of that"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/ui/breadcrumb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const BreadcrumbEllipsis = ({
<span className="sr-only">More</span>
</span>
);
BreadcrumbEllipsis.displayName = "BreadcrumbElipssis";
BreadcrumbEllipsis.displayName = "BreadcrumbEllipsis";

export {
Breadcrumb,
Expand Down

0 comments on commit 5a28cd9

Please sign in to comment.