diff --git a/types/passport-linkedin-oauth2/index.d.ts b/types/passport-linkedin-oauth2/index.d.ts index a440b49528..6065c44a28 100644 --- a/types/passport-linkedin-oauth2/index.d.ts +++ b/types/passport-linkedin-oauth2/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/auth0/passport-linkedin-oauth2 // Definitions by: Andrew Vetovitz // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 3.2 +// typesVerisons: 3.2 import { Profile as passportProfile, AuthenticateOptions, Strategy as passportStrategy } from 'passport'; import { Request } from 'express';