Skip to content

Commit d0e33f8

Browse files
authored
docs(dreamcode): agent -> userAgent (#10)
1 parent c2cc765 commit d0e33f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dreamcode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import {
2222
} from "@octokit/copilot-extension";
2323

2424
const copilotExtension = new CopilotExtension({
25-
agent: "my-app-name",
25+
userAgent: "my-app-name",
2626
});
2727

2828
copilotExtension.on(

0 commit comments

Comments
 (0)