dwyl / learn-json-web-tokens

:closed_lock_with_key: Learn how to use JSON Web Token (JWT) to secure your next Web App! (Tutorial/Example with Tests!!)
MIT License
4.18k stars 254 forks source link

Fix typo in README.md #70

Closed tomaszbakula closed 7 years ago

nelsonic commented 7 years ago

@tomaszbakula thanks for fixing the typo. 👍 We are investigating why the Travis-CI build is failing ... 🔍 ⌛️

nelsonic commented 7 years ago

@tomaszbakula could you please rebase on master to get the changes in .travis.yml and package.json? hopefully that will ensure that the build passes on your Pull Request and we can merge your typo fix. thanks! 👍

tomaszbakula commented 7 years ago

@nelsonic It looks like it's ok now but I'm not sure if I've done this correctly because I couldn't find the 7cca7ee9368edde936975c6cabe42cbcaba68c2b commit in the git log.

nelsonic commented 7 years ago

@tomaszbakula thanks for updating. 👍 merge commits do not alter the state of the log they merely include commits from other branches/logs so don't worry about not finding it 😉 Welcome to @dwyl ! ❤️ ✅ 🚀

tomaszbakula commented 7 years ago

No worries @nelsonic :) it's always good to do something for the community, even such a small thing like a typo fix.