Skip to content

Commit

Permalink
refine doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vyokky committed Jul 5, 2024
1 parent 21e9d76 commit 5b61082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documents/docs/automator/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The advantage of using the command design pattern in the agent framework is that

## Receiver

The `Receiver` is a central component in the Automator application that performs actions on the application. It provides functionalities to interact with the application and execute the action. All available actions are registered in the `Receiver` with the `ReceiverManager` class.
The `Receiver` is a central component in the Automator application that performs actions on the application. It provides functionalities to interact with the application and execute the action. All available actions are registered in the with the `ReceiverManager` class.

You can find the reference for a basic `Receiver` class below:

Expand Down

0 comments on commit 5b61082

Please sign in to comment.