Skip to content

Commit 2e43b0f

Browse files
authored
Fix typo.
1 parent c395767 commit 2e43b0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Next we need to add this token to our Laravel configurations. Create a new Faceb
4242
'page-token' => env('FACEBOOK_PAGE_TOKEN', 'YOUR PAGE TOKEN HERE'),
4343

4444
// Optional - Omit this if you want to use default version.
45-
'version' => env('FACEBOOK_GRAPH_API_VERSION', '4.0')
45+
'version' => env('FACEBOOK_GRAPH_API_VERSION', '4.0')
4646

47-
// Optional - If set, the appsecret_proof will be send to verify your page-token
47+
// Optional - If set, the appsecret_proof will be sent to verify your page-token.
4848
'app-secret' => env('FACEBOOK_APP_SECRET', '')
4949
],
5050
...

0 commit comments

Comments
 (0)