diff --git a/include/jwt/jwt.hpp b/include/jwt/jwt.hpp index 3d00162..8a45ab7 100644 --- a/include/jwt/jwt.hpp +++ b/include/jwt/jwt.hpp @@ -898,7 +898,7 @@ public: // 'tors public: // Exposed static APIs /** - * Splitsa JWT string into its three parts + * Splits a JWT string into its three parts * using dot('.') as the delimiter. * * @note: Instead of actually splitting the API