devtools-protocol 0.0.1224083 → 0.0.1224742

Sign up to get free protection for your applications and to get access to all the features.
@@ -9306,7 +9306,7 @@
9306
9306
  },
9307
9307
  {
9308
9308
  "name": "acceptLanguage",
9309
- "description": "Browser langugage to emulate.",
9309
+ "description": "Browser language to emulate.",
9310
9310
  "optional": true,
9311
9311
  "type": "string"
9312
9312
  },
@@ -14054,7 +14054,7 @@
14054
14054
  },
14055
14055
  {
14056
14056
  "name": "acceptLanguage",
14057
- "description": "Browser langugage to emulate.",
14057
+ "description": "Browser language to emulate.",
14058
14058
  "optional": true,
14059
14059
  "type": "string"
14060
14060
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1224083",
3
+ "version": "0.0.1224742",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -4250,7 +4250,7 @@ domain Emulation
4250
4250
  parameters
4251
4251
  # User agent to use.
4252
4252
  string userAgent
4253
- # Browser langugage to emulate.
4253
+ # Browser language to emulate.
4254
4254
  optional string acceptLanguage
4255
4255
  # The platform navigator.platform should return.
4256
4256
  optional string platform
@@ -6427,7 +6427,7 @@ domain Network
6427
6427
  parameters
6428
6428
  # User agent to use.
6429
6429
  string userAgent
6430
- # Browser langugage to emulate.
6430
+ # Browser language to emulate.
6431
6431
  optional string acceptLanguage
6432
6432
  # The platform navigator.platform should return.
6433
6433
  optional string platform
@@ -8283,7 +8283,7 @@ export namespace Protocol {
8283
8283
  */
8284
8284
  userAgent: string;
8285
8285
  /**
8286
- * Browser langugage to emulate.
8286
+ * Browser language to emulate.
8287
8287
  */
8288
8288
  acceptLanguage?: string;
8289
8289
  /**
@@ -11353,7 +11353,7 @@ export namespace Protocol {
11353
11353
  */
11354
11354
  userAgent: string;
11355
11355
  /**
11356
- * Browser langugage to emulate.
11356
+ * Browser language to emulate.
11357
11357
  */
11358
11358
  acceptLanguage?: string;
11359
11359
  /**