Fix spelling error
Change-Id: Id76761c07868d67fbff1100d9a3aa56123f4a9dd
This commit is contained in:
@@ -261,7 +261,7 @@
|
|||||||
|
|
||||||
if (block.type === 'list') {
|
if (block.type === 'list') {
|
||||||
const ul = document.createElement('ul');
|
const ul = document.createElement('ul');
|
||||||
for (const item of bloc.items) {
|
for (const item of block.items) {
|
||||||
const li = document.createElement('li');
|
const li = document.createElement('li');
|
||||||
li.appendChild(this._makeLinkedText(item));
|
li.appendChild(this._makeLinkedText(item));
|
||||||
ul.appendChild(li);
|
ul.appendChild(li);
|
||||||
|
Reference in New Issue
Block a user