Skip to content

Commit 6c80576

Browse files
author
Rodrigo nonose
committed
Fix typo in access configuration example
There's a typo in the access configuration example. Took me a while to find since I was opening with an editor without highlight.
1 parent 416c3ea commit 6c80576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/dev.exs.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use Mix.Config
22

33
config :gmail, :oauth2, [
4-
client_id: "CLIENT_ID
4+
client_id: "CLIENT_ID",
55
client_secret: "CLIENT_SECRET",
66
access_token: "ACCESS_TOKEN",
77
refresh_token: "REFRESH_TOKEN",

0 commit comments

Comments
 (0)