Skip to content

Commit a03bcbd

Browse files
authored
Well, it's "authorization" not "authentication".
1 parent 6815f1d commit a03bcbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/plugins/oas3/auth-extensions/wrap-selectors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const nullSelector = createSelector(() => null)
2020

2121
const OAS3NullSelector = onlyOAS3(nullSelector)
2222

23-
// Hasta la vista, authentication!
23+
// Hasta la vista, authorization!
2424
export const shownDefinitions = OAS3NullSelector
2525
export const definitionsToAuthorize = OAS3NullSelector
2626
export const getDefinitionsByNames = OAS3NullSelector

0 commit comments

Comments
 (0)