Skip to content

Commit 1a39ceb

Browse files
committed
Changed foo -> example
1 parent 0b2ad3e commit 1a39ceb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

EXPLAINER.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Deprecations are reports indicating that a browser API or feature has been used
4747
"id": "websql",
4848
"anticipatedRemoval": "1/1/2020",
4949
"message": "WebSQL is deprecated and will be removed in Chrome 97 around January 2020",
50-
"sourceFile": "https://foo.com/index.js",
50+
"sourceFile": "https://example.com/index.js",
5151
"lineNumber": 1234,
5252
"columnNumber": 42
5353
}
@@ -73,7 +73,7 @@ An [intervention](https://github.com/WICG/interventions/blob/master/README.md) o
7373
"body": {
7474
"id": "audio-no-gesture",
7575
"message": "A request to play audio was blocked because it was not triggered by user activation (such as a click).",
76-
"sourceFile": "https://foo.com/index.js",
76+
"sourceFile": "https://example.com/index.js",
7777
"lineNumber": 1234,
7878
"columnNumber": 42
7979
}

index.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1197,7 +1197,7 @@ <h3 id="deprecation-report">Deprecation</h3>
11971197
"id": "websql",
11981198
"anticipatedRemoval": "1/1/2020",
11991199
"message": "WebSQL is deprecated and will be removed in Chrome 97 around January 2020",
1200-
"sourceFile": "https://foo.com/index.js",
1200+
"sourceFile": "https://example.com/index.js",
12011201
"lineNumber": 1234,
12021202
"columnNumber": 42
12031203
}
@@ -1232,8 +1232,8 @@ <h3 id="intervention-report">Intervention</h3>
12321232
{{InterventionReportBody}}, contains the following fields:
12331233

12341234
- <dfn for="InterventionReportBody">id</dfn>: an implementation-defined
1235-
string identifying the specific intervention that occurred. This string can
1236-
be used for grouping and counting related reports.
1235+
string identifying the specific intervention that occurred. This string
1236+
can be used for grouping and counting related reports.
12371237

12381238
- <dfn for="InterventionReportBody">message</dfn>: A human-readable string
12391239
with details typically matching what would be displayed on the developer
@@ -1261,7 +1261,7 @@ <h3 id="intervention-report">Intervention</h3>
12611261
"body": {
12621262
"id": "audio-no-gesture",
12631263
"message": "A request to play audio was blocked because it was not triggered by user activation (such as a click).",
1264-
"sourceFile": "https://foo.com/index.js",
1264+
"sourceFile": "https://example.com/index.js",
12651265
"lineNumber": 1234,
12661266
"columnNumber": 42
12671267
}

0 commit comments

Comments
 (0)