Merge pull request #1059 from mattc41190/patch-1

Fixed Some Typos

Former-commit-id: 3d0166cc114dc3fb6782c721fc13bc2a224cbfa3
This commit is contained in:
Gerasimos (Makis) Maropoulos 2018-08-11 21:37:06 +03:00 committed by GitHub
commit 54c87be703

View File

@ -1,4 +1,4 @@
// iris provides some basic middleware, most for your learning courve.
// iris provides some basic middleware, most for your learning curve.
// You can use any net/http compatible middleware with iris.FromStd wrapper.
//
// JWT net/http video tutorial for golang newcomers: https://www.youtube.com/watch?v=dgJFeqeXVKw
@ -43,4 +43,4 @@ func main() {
app.Get("/ping", myHandler)
app.Run(iris.Addr("localhost:3001"))
} // don't forget to look ../jwt_test.go to seee how to set your own custom claims
} // don't forget to look ../jwt_test.go to see how to set your own custom claims