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": {
|
||||
"name": "HTML",
|
||||
"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"
|
||||
},
|
||||
"features": [
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"info": {
|
||||
"name": "The Screen Orientation API",
|
||||
"name": "Screen Orientation API",
|
||||
"subsection_number": null,
|
||||
"subsection_name": null,
|
||||
"url": "https://w3c.github.io/screen-orientation/"
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
<section class="container">
|
||||
<div class="row">
|
||||
<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">
|
||||
<p>Querying domain information…</p>
|
||||
|
|
Loading…
Reference in a new issue