fix a typo in boilerplates/auth-webhooks/passport-js (#1351)

This commit is contained in:
comerc 2019-03-27 11:47:23 +03:00 committed by Shahidh K Muhammed
parent 9dc833c808
commit 6585e3d78f

View File

@ -47,7 +47,7 @@ npm start
git remote add heroku https://git.heroku.com/<app-name>.git
# Push changes to heroku
# Note: You need to run this command from the toplevel of the working tree (graphql-enginej)
# Note: You need to run this command from the toplevel of the working tree (graphql-engine)
git subtree push --prefix community/boilerplates/auth-webhooks/passport-js heroku master
# Apply migrations