Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 58da758

Browse files
docs(api): fix typo in development instructions #223 (#322)
1 parent d2a068c commit 58da758

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/src/workspaces

1 file changed

+1
-1
lines changed

packages/docs/src/workspaces/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export type GenerateLearningMaterialsUrl = {
7777
#### Connect Command & Event by domain logic
7878

7979
Domain logic is: how to react for certain user or external system action (command), based on info, which you have from past events.
80-
Extremely easy for testing, because it's output depends on the output. No external dependencies and side effects.
80+
Extremely easy for testing, because its output depends on the input. No external dependencies and side effects.
8181

8282
Domain Logic:
8383
1. Create a function with parameters:

0 commit comments

Comments
 (0)