[breaking] fix typos
This commit is contained in:
parent
8fe0c9f46b
commit
611e58090b
15 changed files with 113 additions and 115 deletions
|
@ -170,10 +170,10 @@ class Embed{
|
|||
const div=document.createElement("div");
|
||||
div.classList.add("embed");
|
||||
if(this.json.provider){
|
||||
const providor=document.createElement("p");
|
||||
providor.classList.add("provider");
|
||||
providor.textContent=this.json.provider.name;
|
||||
div.append(providor);
|
||||
const provider=document.createElement("p");
|
||||
provider.classList.add("provider");
|
||||
provider.textContent=this.json.provider.name;
|
||||
div.append(provider);
|
||||
}
|
||||
const a=document.createElement("a");
|
||||
a.href=this.json.url;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue