Fixed markdown typo

This commit is contained in:
Arjun Mahishi
2017-12-19 23:39:50 +05:30
parent 39139e8749
commit ba78d837a1

View File

@ -1,6 +1,6 @@
### arrayToHtmlList
Converts the given array elements into <li> tags and appends them to the list of the given id.
Converts the given array elements into 'li' tags and appends them to the list of the given id.
```js