Skip to content

Commit daf8af1

Browse files
committed
chore: run npm run lint:fix once
1 parent a1c0871 commit daf8af1

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

api/CSS.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
},
224224
"cqb_static": {
225225
"__compat": {
226-
"description": "`cbq()` static method",
226+
"description": "`cqb()` static method",
227227
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
228228
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-cqb",
229229
"tags": [
@@ -482,7 +482,7 @@
482482
},
483483
"dpcm_static": {
484484
"__compat": {
485-
"description": "`dpqm()` static method",
485+
"description": "`dpcm()` static method",
486486
"mdn_url": "https://developer.mozilla.org/docs/Web/API/CSS/factory_functions_static",
487487
"spec_url": "https://drafts.css-houdini.org/css-typed-om/#dom-css-dpcm",
488488
"tags": [

api/Document.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6275,7 +6275,7 @@
62756275
},
62766276
"parseHTML_static": {
62776277
"__compat": {
6278-
"description": "`parseHTML` static method",
6278+
"description": "`parseHTML()` static method",
62796279
"mdn_url": "https://developer.mozilla.org/docs/Web/API/Document/parseHTML_static",
62806280
"spec_url": "https://wicg.github.io/sanitizer-api/#dom-document-parsehtml",
62816281
"tags": [

api/IDBKeyRange.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@
310310
},
311311
"only_static": {
312312
"__compat": {
313-
"description": "`lowerBound()` static method",
313+
"description": "`only()` static method",
314314
"mdn_url": "https://developer.mozilla.org/docs/Web/API/IDBKeyRange/only_static",
315315
"spec_url": "https://w3c.github.io/IndexedDB/#ref-for-dom-idbkeyrange-only①",
316316
"tags": [

api/LanguageModel.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
},
7070
"availability_static": {
7171
"__compat": {
72+
"description": "`availability()` static method",
7273
"spec_url": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodel-availability",
7374
"support": {
7475
"chrome": {
@@ -240,6 +241,7 @@
240241
},
241242
"create_static": {
242243
"__compat": {
244+
"description": "`create()` static method",
243245
"spec_url": "https://webmachinelearning.github.io/prompt-api/#dom-languagemodel-create",
244246
"support": {
245247
"chrome": {

0 commit comments

Comments
 (0)