Skip to content

Commit

Permalink
correct a type in getAgent example
Browse files Browse the repository at this point in the history
  • Loading branch information
kriswest committed Sep 5, 2024
1 parent f4f6009 commit a696f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/GetAgent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { DesktopAgent } from './DesktopAgent';
* getAgent({
* identityUrl: "https://example.com/path?param=appName#example",
* channelSelector: false,
* intentresolver: false
* intentResolver: false
* }).then((fdc3) => {
* //do FDC3 stuff here
* };
Expand Down

0 comments on commit a696f63

Please sign in to comment.