Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix: spell/grammar errors in characters #2447

Merged
merged 6 commits into from
Jan 17, 2025
Merged
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 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
Loading