mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-18 13:18:59 -04:00
chore: remove repetitive words (#7223)
Signed-off-by: JohnEndson <jiayuzhen@outlook.com>
This commit is contained in:
@@ -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] : '');
|
||||
|
||||
@@ -102,7 +102,7 @@ export const displayModifierKey = (key: keyof Omit<KeyCombination, 'keyCode'>) =
|
||||
}
|
||||
|
||||
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';
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
/**
|
||||
|
||||
@@ -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 {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user