Skip to content

Commit 1ee273b

Browse files
authored
Merge pull request fullstackreact#69 from niwox/patch-1
fix small typo
2 parents a59f2c2 + 0f8be99 commit 1ee273b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ const config = {
222222
},
223223
facebook: {
224224
client_id: 'YOUR_CLIENT_ID',
225-
client_Secret: 'YOUR_CLIENT_SECRET'
225+
client_secret: 'YOUR_CLIENT_SECRET'
226226
}
227227
}
228228
// Create the manager

0 commit comments

Comments
 (0)