fix typos in documentation strings

Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
Erik Krogh Kristensen
2020-11-09 18:45:09 +01:00
parent b5b4d6d62a
commit ae7c7607f1
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
import javascript
/**
* Provides classes and predicates modelling the `jwt-decode` libary.
* Provides classes and predicates modeling the `jwt-decode` libary.
*/
private module JwtDecode {
/**
@@ -22,7 +22,7 @@ private module JwtDecode {
}
/**
* Provides classes and predicates modelling the `jsonwebtoken` libary.
* Provides classes and predicates modeling the `jsonwebtoken` libary.
*/
private module JsonWebToken {
/**