web-token / jwt-doc

Documentation for the JWT Framework
MIT License
12 stars 19 forks source link

Typo fix claim => claims #37

Closed Miniland1333 closed 3 years ago

Miniland1333 commented 3 years ago

Single character typo fix.

This fixes the issue where it previously suggested you use $jwt->claim instead of $jwt->claims.

Spomky commented 3 years ago

Many thanks!