Skip to content

Commit ae68b1a

Browse files
authored
Update authorization.adoc
Fix typo
1 parent 70578e3 commit ae68b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/guides/v4-migration/authorization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const server = new ApolloServer({
6767
const { url } = await startStandaloneServer(server, {
6868
listen: { port: 4000 },
6969
context: async ({ req }) => ({
70-
token: req.headers.Authorization,
70+
token: req.headers.authorization,
7171
}),
7272
});
7373
----

0 commit comments

Comments
 (0)