Skip to content

Commit

Permalink
Merge pull request #971 from zephraph/patch-1
Browse files Browse the repository at this point in the history
Fix typo in context docs
  • Loading branch information
cowboyd authored Feb 2, 2025
2 parents 301a116 + 4ae7337 commit 10e31d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/context.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const GithubTokenContext = createContext("token");

await main(function* () {
// 2. set the context value
yield* TokenContext.set("gha-1234567890");
yield* GithubTokenContext.set("gha-1234567890");

yield* fetchGithubData();
})
Expand Down

0 comments on commit 10e31d0

Please sign in to comment.