Skip to content
Open
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 docs/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A2UI is an open-source project licensed under Apache 2.0. We welcome contributio
## Community Showcase

!!! info "Coming soon..."
We are considering how best to showcase community projects, examples, themes, renderers, custom components, and more. A 4 minute (or less) demo video and code sample linked in Github discussions is a great way to show off your work.
We are considering how best to showcase community projects, examples, themes, renderers, custom components, and more. A 4 minute (or less) demo video and code sample linked in GitHub discussions is a great way to show off your work.

## Project Partners

Expand Down Expand Up @@ -39,7 +39,7 @@ Google's [A2A team](https://a2a-protocol.org/) have been core contributors to A2

There are many organizations and individuals contributing to A2UI's development.

If you have made signiciant contributions to A2UI, please submit your name to this list.
If you have made significant contributions to A2UI, please submit your name to this list.

## Code of Conduct

Expand Down
2 changes: 1 addition & 1 deletion docs/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Many research projects across multiple Google teams, including integration into
- Angular renderer (thanks Angular team!)
- Web components (Lit) renderer (thanks Opal team & friends!)
- AG UI / CopilotKit integration (thanks CopilotKit team!)
- Github public release (Apache 2.0)
- GitHub public release (Apache 2.0)

## Upcoming Milestones

Expand Down
2 changes: 1 addition & 1 deletion renderers/lit/src/0.8/styles/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function appendToAll(
for (const key of Object.keys(clazz)) {
const prefix = key.split("-").with(-1, "").join("-");

// Now we have the prefix step through all iteme in the target, and
// Now we have the prefix step through all items in the target, and
// replace the value in the array when we find it.
for (const [tagName, classesToAdd] of Object.entries(updatedTarget)) {
if (exclusions.includes(tagName)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export class ChatService {
/**
* Creates the agent role based on the agent card and the message response if available.
*
* @param response The reponse message received from the agent.
* @param response The response message received from the agent.
* @returns A new UiAgent object representing the agent that the user is chatting with.
*/
private createRole(response?: SendMessageSuccessResponse): UiAgent {
Expand Down
2 changes: 1 addition & 1 deletion samples/client/angular/projects/orchestrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Sample application using the Chat-Canvas component orchestrating multiple A2A and A2UI Agents.

This angular app connects to an Orchastrator Agent which takes user messages and delegates tasks to its subagents based on the assessed context.
This angular app connects to an Orchestrator Agent which takes user messages and delegates tasks to its subagents based on the assessed context.

## Prerequisites

Expand Down