mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
fix typos in documentation strings
Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
@@ -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 {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user