File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export interface OAuth2Param {
106106 key : string ;
107107 value : string ;
108108 enabled : boolean ;
109- send_as : string ; // it follows exising naming
109+ send_as : string ; // it follows existing naming
110110}
111111
112112export interface OAuth2Options {
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ export function mergeCookieJar(
338338) : InsomniaCookieJar {
339339 const cookiesWithId = updatedCookieJar . cookies . map ( ( cookie ) : InsomniaCookie => {
340340 if ( ! cookie . id ) {
341- // this follows the genration apporach in the `cookie-list.tsx`
341+ // this follows the generation approach in the `cookie-list.tsx`
342342 cookie . id = uuidv4 ( ) ;
343343 }
344344 return cookie as InsomniaCookie ;
Original file line number Diff line number Diff line change @@ -536,7 +536,7 @@ export class VCS {
536536 for ( const key of Object . keys ( stage ) ) {
537537 const entry = stage [ key ] ;
538538
539- // @ts -expect-error -- TSCONVERSION find out where this is coming from from the Stage union
539+ // @ts -expect-error -- TSCONVERSION find out where this is coming from the Stage union
540540 if ( entry . deleted ) {
541541 continue ;
542542 }
You can’t perform that action at this time.
0 commit comments