Skip to content

Commit 7f790ec

Browse files
msufaadamgross42
authored andcommitted
fix typo in heroku example readme (fbsamples#10)
1 parent b8b0377 commit 7f790ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heroku/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This is a sample client for [Facebook's Graph API Webhooks](https://developers.f
77
### Heroku
88
1. Deploy with this button: [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/fbsamples/graph-api-webhooks-samples)
99
1. Test your deployment with `curl https://<your-subdomain>.herokuapp.com` - you should see "It works!".
10-
1. For handling POST request validation (optiona, but suggested), set the `APP_SECRET` [config var](https://devcenter.heroku.com/articles/config-vars) using your app secret value from your [Facebook app's settings](https://developers.facebook.com/apps).
10+
1. For handling POST request validation (optional, but suggested), set the `APP_SECRET` [config var](https://devcenter.heroku.com/articles/config-vars) using your app secret value from your [Facebook app's settings](https://developers.facebook.com/apps).
1111

1212
### Facebook
1313
1. Create a new [Facebook application](https://developers.facebook.com/apps).

0 commit comments

Comments
 (0)