Skip to content

Commit bf0baf4

Browse files
authored
Merge pull request #780 from iceljc/master
fix typo
2 parents 06c1fc6 + 174db37 commit bf0baf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/architecture/agent-utility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ public class HttpHandlerPlugin : IBotSharpPlugin
419419
}
420420
```
421421

422-
[Fig 4.1.2](#register-assembly) demonstrates the utility assembly registration in “appsettings.json”. It is important to note that we are required to add the project reference to the Startup project, e.g., WebStarter. Moreover, we are required to add any new custom agent utility in the “Plugin” folder instead of the “BotSharp” folder.
422+
[Fig 4.1.1](#register-assembly) demonstrates the utility assembly registration in “appsettings.json”. It is important to note that we are required to add the project reference to the Startup project, e.g., WebStarter. Moreover, we are required to add any new custom agent utility in the “Plugin” folder instead of the “BotSharp” folder.
423423

424424
<div style="text-align: center;" id="register-assembly">
425425
<img src="assets/agent-utility/register-assembly.png" />

0 commit comments

Comments
 (0)