diff --git a/packages/insomnia/bin/yarn-standalone.js b/packages/insomnia/bin/yarn-standalone.js index cf5dcca678..fe66383a5d 100755 --- a/packages/insomnia/bin/yarn-standalone.js +++ b/packages/insomnia/bin/yarn-standalone.js @@ -76190,7 +76190,7 @@ function read(buf, options) { * gotten conjoined to the key or otherwise shenanigan'd. * * Work out how much base64 we used, then drop all non-base64 - * chars from the beginning up to this point in the the string. + * chars from the beginning up to this point in the string. * Then offset in this and try to make up for missing = chars. */ var data = m[2] + (m[3] ? m[3] : ''); diff --git a/packages/insomnia/src/common/constants.ts b/packages/insomnia/src/common/constants.ts index 680dfb7757..96d897f832 100644 --- a/packages/insomnia/src/common/constants.ts +++ b/packages/insomnia/src/common/constants.ts @@ -102,7 +102,7 @@ export const displayModifierKey = (key: keyof Omit) = } if (isWindows()) { - // Note: Although this unicode character for the Windows doesn't exist, the the Unicode character U+229E ⊞ SQUARED PLUS is very commonly used for this purpose. For example, Wikipedia uses it as a simulation of the windows logo. Though, Windows itself uses `Windows` or `Win`, so we'll go with `Win` here. + // Note: Although this unicode character for the Windows doesn't exist, the Unicode character U+229E ⊞ SQUARED PLUS is very commonly used for this purpose. For example, Wikipedia uses it as a simulation of the windows logo. Though, Windows itself uses `Windows` or `Win`, so we'll go with `Win` here. // see: https://en.wikipedia.org/wiki/Windows_key return 'Win'; } diff --git a/packages/insomnia/src/utils/importers/importers/postman-2.0.types.ts b/packages/insomnia/src/utils/importers/importers/postman-2.0.types.ts index 4880d668cf..01ed271b39 100644 --- a/packages/insomnia/src/utils/importers/importers/postman-2.0.types.ts +++ b/packages/insomnia/src/utils/importers/importers/postman-2.0.types.ts @@ -288,7 +288,7 @@ export interface Event { [k: string]: unknown; } /** - * A script is a snippet of Javascript code that can be used to to perform setup or teardown operations on a particular response. + * A script is a snippet of Javascript code that can be used to perform setup or teardown operations on a particular response. */ export interface Script { /** diff --git a/packages/insomnia/src/utils/importers/importers/postman-2.1.types.ts b/packages/insomnia/src/utils/importers/importers/postman-2.1.types.ts index 14ddad0655..beed69e8dc 100644 --- a/packages/insomnia/src/utils/importers/importers/postman-2.1.types.ts +++ b/packages/insomnia/src/utils/importers/importers/postman-2.1.types.ts @@ -328,7 +328,7 @@ export interface Event { [k: string]: unknown; } /** - * A script is a snippet of Javascript code that can be used to to perform setup or teardown operations on a particular response. + * A script is a snippet of Javascript code that can be used to perform setup or teardown operations on a particular response. */ export interface Script { /**