fix typo in popup, fixes issue #5
This commit is contained in:
parent
bc8774ecc0
commit
833cc256de
3 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
"info": {
|
"info": {
|
||||||
"name": "HTML",
|
"name": "HTML",
|
||||||
"subsection_number": "4.12.4",
|
"subsection_number": "4.12.4",
|
||||||
"subsection_name": "The canvas element",
|
"subsection_name": "Canvas Element",
|
||||||
"url": "https://html.spec.whatwg.org/multipage/scripting.html#the-canvas-element"
|
"url": "https://html.spec.whatwg.org/multipage/scripting.html#the-canvas-element"
|
||||||
},
|
},
|
||||||
"features": [
|
"features": [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"info": {
|
"info": {
|
||||||
"name": "The Screen Orientation API",
|
"name": "Screen Orientation API",
|
||||||
"subsection_number": null,
|
"subsection_number": null,
|
||||||
"subsection_name": null,
|
"subsection_name": null,
|
||||||
"url": "https://w3c.github.io/screen-orientation/"
|
"url": "https://w3c.github.io/screen-orientation/"
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
<section class="container">
|
<section class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-xs-12">
|
<div class="col-xs-12">
|
||||||
<p>The following origins are execiting code on this page.</p>
|
<p>The following origins are executing code on this page.</p>
|
||||||
|
|
||||||
<div class="loading-section">
|
<div class="loading-section">
|
||||||
<p>Querying domain information…</p>
|
<p>Querying domain information…</p>
|
||||||
|
|
Loading…
Reference in a new issue