diff --git a/characters/cosmosHelper.character.json b/characters/cosmosHelper.character.json index 5352eb02c14..dafa2f671a0 100644 --- a/characters/cosmosHelper.character.json +++ b/characters/cosmosHelper.character.json @@ -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." @@ -86,7 +86,7 @@ { "user": "CosmosHelper", "content": { - "text": "Sure, your transfer i being processed." + "text": "Sure, your transfer is being processed." } } ] diff --git a/characters/eternalai.character.json b/characters/eternalai.character.json index da179cb3bf9..cea9191390c 100644 --- a/characters/eternalai.character.json +++ b/characters/eternalai.character.json @@ -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" } }, { diff --git a/client/src/components/ui/breadcrumb.tsx b/client/src/components/ui/breadcrumb.tsx index d104c4c5be7..e232f1e0636 100644 --- a/client/src/components/ui/breadcrumb.tsx +++ b/client/src/components/ui/breadcrumb.tsx @@ -102,7 +102,7 @@ const BreadcrumbEllipsis = ({ More ); -BreadcrumbEllipsis.displayName = "BreadcrumbElipssis"; +BreadcrumbEllipsis.displayName = "BreadcrumbEllipsis"; export { Breadcrumb,