Skip to content

Commit 2440c7e

Browse files
committed
another typo
1 parent 85d18f5 commit 2440c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/open-source/action-agents.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ config that crucially contains the `action_type` (but doesn't have any other spe
154154

155155

156156
### Making a custom `ActionFactory`
157-
To use our new action with an agent in a conversation, we will need to create an `ActionFactory` that can produce instances the action.
157+
To use our new action with an agent in a conversation, we will need to create an `ActionFactory` that can produce instances of the action.
158158

159159

160160
We will store the code above in `nylas_send_email.py` and create a factory that can create this action for an agent:

0 commit comments

Comments
 (0)