Skip to content

Commit

Permalink
Update initialization.md to replace <token> and not just token
Browse files Browse the repository at this point in the history
  • Loading branch information
bkcan authored Aug 8, 2017
1 parent 0c43098 commit 85a49f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/initialization.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you need to add additional headers to requests, to include authentication det
let apollo: ApolloClient = {
let configuration = URLSessionConfiguration.default
// Add additional headers as needed
configuration.httpAdditionalHeaders = ["Authorization": "Bearer <token>"]
configuration.httpAdditionalHeaders = ["Authorization": "Bearer <token>"] // Replace `<token>`

let url = URL(string: "http://localhost:8080/graphql")!

Expand Down

0 comments on commit 85a49f5

Please sign in to comment.